Skip to content

Commit

Permalink
Remove example check from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Karolk99 committed Sep 25, 2024
1 parent 4d4f389 commit f9494bc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,4 @@ jobs:
run: docker compose -f docker-compose-test.yaml up test --exit-code-from test

- name: Tear down test containers
run: docker compose -f docker-compose-test.yaml down

- name: Run examples
run: docker compose -f docker-compose-test.yaml up examples --exit-code-from examples
run: docker compose -f docker-compose-test.yaml down

0 comments on commit f9494bc

Please sign in to comment.