Skip to content

Commit 7f3caf4

Browse files
committed
temp
1 parent 3c40d2d commit 7f3caf4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@ jobs:
1717
- name: Checkout
1818
uses: actions/checkout@v3
1919
- name: Tests
20-
uses: isbang/compose-action@v1.4.1
20+
uses: cloudposse/github-action-docker-compose-test-run@main
2121
with:
22-
compose-file: ./docker-compose.yaml
23-
up-flag: --build
22+
file: ./docker-compose.yaml
23+
service: minio parseable quest-smoke
24+
command: docker compose up --build
2425

2526
unit-tests:
2627
name: Unit tests

0 commit comments

Comments
 (0)