Skip to content

Commit

Permalink
Merge pull request #825 from luxaritas/fix/ci-test
Browse files Browse the repository at this point in the history
Fix CI not actually running tests, #825
  • Loading branch information
AlDanial committed Mar 21, 2024
2 parents 98fba01 + 278cc82 commit 657038f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
IMAGE_TAG: ${{ github.sha }}
run: |
# Build a docker container to run tests
docker build .
docker build . --target test

0 comments on commit 657038f

Please sign in to comment.