Skip to content

Commit 9020974

Browse files
committed
fix unit test workflow
1 parent d876021 commit 9020974

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: touch coverage.xml
1818

1919
- name: Run unit tests with coverage
20-
run: docker-compose up --build --abort-on-container-exit
20+
run: docker compose up --build --abort-on-container-exit
2121

2222
- name: "Upload coverage to Codecov"
23-
uses: codecov/codecov-action@v4
23+
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)