Skip to content

Commit

Permalink
Refine the concept
Browse files Browse the repository at this point in the history
  • Loading branch information
orangejulius committed Nov 25, 2024
1 parent 6f9b421 commit d44623e
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 @@ -20,6 +20,6 @@ jobs:
node-version: '${{ matrix.node-version }}'
- name: Run unit tests
run: |
./bin/ci-setup || true
[[ -f ./bin/ci-setup ]] && ./bin/ci-setup
npm install
npm run ci

0 comments on commit d44623e

Please sign in to comment.