Skip to content

feat: Added new showcase - Forge 42, updates to broken links #405

feat: Added new showcase - Forge 42, updates to broken links

feat: Added new showcase - Forge 42, updates to broken links #405

Workflow file for this run

name: 🧪 Test
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
jobs:
test:
name: ⚡ Vitest
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v4
- name: ⎔ Setup node
uses: actions/setup-node@v4
with:
node-version: 20
- name: 📥 Install deps
uses: bahmutov/npm-install@v1
- name: ⚡ Run vitest
run: npm run test -- --coverage