Skip to content

Commit

Permalink
Fix workflow to build images before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
usatie committed Oct 26, 2023
1 parent b848705 commit 3b7a157
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Build images
run: docker compose build

- name: Run backend unit tests
run: docker compose run backend sh -c "yarn test"

Expand Down

0 comments on commit 3b7a157

Please sign in to comment.