We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c40d2d commit 7f3caf4Copy full SHA for 7f3caf4
.github/workflows/build.yaml
@@ -17,10 +17,11 @@ jobs:
17
- name: Checkout
18
uses: actions/checkout@v3
19
- name: Tests
20
- uses: isbang/compose-action@v1.4.1
+ uses: cloudposse/github-action-docker-compose-test-run@main
21
with:
22
- compose-file: ./docker-compose.yaml
23
- up-flag: --build
+ file: ./docker-compose.yaml
+ service: minio parseable quest-smoke
24
+ command: docker compose up --build
25
26
unit-tests:
27
name: Unit tests
0 commit comments