Skip to content

Commit

Permalink
Added docker build step before running the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
callendorph committed Dec 13, 2024
1 parent eb713c8 commit b840b8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ jobs:
run: |
cd .github/
echo -n "${{ secrets.JITX_LICENSE }}" > jitx-client/license
docker compose up --force-recreate --exit-code-from jitx-client
docker build jitx-client
docker compose up --exit-code-from jitx-client

0 comments on commit b840b8c

Please sign in to comment.