Skip to content

Commit 17f4fbd

Browse files
committed
chore: use makefile command in CI
1 parent 42e0a47 commit 17f4fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/[email protected]
2222
- name: Run tests
2323
run: |
24-
docker compose -f docker-compose.test.yaml up unit_test --abort-on-container-exit
24+
make test-docker
2525
- name: Archive code coverage results
2626
uses: actions/upload-artifact@v4
2727
with:

0 commit comments

Comments
 (0)