Skip to content

Commit

Permalink
Merge pull request #6 from lui7henrique/task/test-coverage
Browse files Browse the repository at this point in the history
refactor(workflows): streamline test workflow steps for efficiency
  • Loading branch information
lui7henrique authored Oct 11, 2024
2 parents 7fd78d0 + e8e1d36 commit de615ff
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,11 @@ jobs:
- name: Install dependencies
run: bun install

run: bun install

- name: Run migrations
run: bun run pretest

- name: Execute tests
run: bun run test

- name: Execute test coverage
run: bun run test:coverage

0 comments on commit de615ff

Please sign in to comment.