Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
orangejulius committed Nov 25, 2024
1 parent b8de7d1 commit 0a6c89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
node-version: '${{ matrix.node-version }}'
- name: Run unit tests
run: |
[[ -d ./bin/ci-setup ]] && ./bin/ci-setup
[[ -f ./bin/ci-setup ]] && ./bin/ci-setup
npm install
npm run ci

0 comments on commit 0a6c89f

Please sign in to comment.