Skip to content

Commit 7265e57

Browse files
authored
feat: add sample application test to global tests (#38)
1 parent c535a7d commit 7265e57

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
- name: Run test
1919
id: test
2020
run: sbt "project thoth-core" test && sbt "project thoth-jooq" test && sbt "project thoth-jooq-async" test && sbt "project thoth-kafka-goodies" test && sbt "project thoth-tck" test
21+
- name: Stop docker
22+
run: docker-compose -f docker-compose.test.yml down
23+
- name: Run sample application test
24+
run: sbt "project sample" test
2125
- name: Publish Unit Test Results
2226
uses: EnricoMi/publish-unit-test-result-action@v1
2327
if: always()

0 commit comments

Comments
 (0)