Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
chore(build): Update dependency for test workflow
Browse files Browse the repository at this point in the history
Changes the required dependency from "check" to "lints" for the test workflow in the GitHub actions configuration. This modification ensures the linting process is complete before running the tests, ensuring cleaner code and potentially reducing avoidable test failures.
  • Loading branch information
hckhanh committed Feb 26, 2024
1 parent efb1831 commit 9f583a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Skypack check
run: yarn test:skypack
test:
needs: check
needs: lints
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 9f583a3

Please sign in to comment.