Skip to content

Commit 9d5964b

Browse files
committed
infra: fix integration tests
1 parent 7f4ac9f commit 9d5964b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,15 @@ jobs:
3939
- name: Upload coverage report
4040
run: bash <(curl -s https://codecov.io/bash)
4141

42+
integration-tests:
43+
name: runner / tests
44+
runs-on: ubuntu-latest
45+
steps:
46+
- uses: actions/checkout@v3
47+
- uses: docker/setup-buildx-action@v3
4248
- name: Integration tests
43-
run: "docker-compose up \
49+
run: "docker compose up \
4450
-f docker-compose-integration.yml \
4551
--build \
4652
--abort-on-container-exit \
47-
--exit-code-from integration"
53+
--exit-code-from integration"

0 commit comments

Comments
 (0)