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 7f3caf4 commit cb7abc5Copy full SHA for cb7abc5
.github/workflows/build.yaml
@@ -20,8 +20,8 @@ jobs:
20
uses: cloudposse/github-action-docker-compose-test-run@main
21
with:
22
file: ./docker-compose.yaml
23
- service: minio parseable quest-smoke
24
- command: docker compose up --build
+ service: quest-smoke
+ command: smoke http://parseable:8000 admin admin
25
26
unit-tests:
27
name: Unit tests
0 commit comments