Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
nailiable committed Nov 1, 2024
1 parent 64e11bf commit 6a149bf
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 @@ -25,4 +25,4 @@ jobs:
run: npm install -g pnpm && pnpm install

- name: Run Vitest tests
run: CI=true pnpm run test
run: GITHUB_ACTIONS=true pnpm run test

0 comments on commit 6a149bf

Please sign in to comment.