Skip to content

Commit

Permalink
ci(test): remove unnecessary step
Browse files Browse the repository at this point in the history
The `yarn build` step is not needed anymore as it is handled by the test
command.
  • Loading branch information
ducktordanny committed Jun 15, 2024
1 parent a7d986b commit 01bfc9e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:

- name: Install dependencies
run: yarn

- name: Create build
run: yarn build

- name: Rule tests
run: yarn test

0 comments on commit 01bfc9e

Please sign in to comment.