Skip to content

Commit

Permalink
Simplify.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-phaf committed Sep 8, 2023
1 parent 0f819a5 commit b409da3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
run: docker compose build

- name: Test client runs without errors
run: docker compose --profile client up --exit-code-from client
run: docker compose up client --exit-code-from client

- name: Test loader runs without errors
run: docker compose --profile loader up --exit-code-from loader
run: docker compose up loader --exit-code-from loader

- name: Cleanup
if: always()
Expand Down

0 comments on commit b409da3

Please sign in to comment.