We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f4ac9f commit 9d5964bCopy full SHA for 9d5964b
.github/workflows/ci.yml
@@ -39,9 +39,15 @@ jobs:
39
- name: Upload coverage report
40
run: bash <(curl -s https://codecov.io/bash)
41
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
48
- name: Integration tests
- run: "docker-compose up \
49
+ run: "docker compose up \
50
-f docker-compose-integration.yml \
51
--build \
52
--abort-on-container-exit \
- --exit-code-from integration"
53
+ --exit-code-from integration"
0 commit comments