Skip to content

Commit a8022b8

Browse files
committed
temp
1 parent cb7abc5 commit a8022b8

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@ jobs:
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@v3
19-
- name: Tests
20-
uses: cloudposse/github-action-docker-compose-test-run@main
21-
with:
22-
file: ./docker-compose.yaml
23-
service: quest-smoke
24-
command: smoke http://parseable:8000 admin admin
19+
- name: Start compose
20+
run: docker-compose -f "docker-compose.yml" up --build
21+
- name: Stop compose
22+
if: always()
23+
run: docker-compose -f "docker-compose.yml" down
2524

2625
unit-tests:
2726
name: Unit tests

0 commit comments

Comments
 (0)