Skip to content

Commit

Permalink
add wrapper job
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzlopak committed Aug 29, 2024
1 parent f87a7a9 commit 3b5d8cc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,9 @@ jobs:
run: npm ci
- name: Test
run: npm run test


test:
runs-on: ubuntu-latest
needs:
- test-unit

0 comments on commit 3b5d8cc

Please sign in to comment.