Skip to content

Commit

Permalink
Add test to see if all services are alive
Browse files Browse the repository at this point in the history
  • Loading branch information
Teddy-1000 committed Jan 26, 2024
1 parent 870a798 commit c54fc52
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
run: docker compose --profile test build

- name: Start docker stack
run: DYNAMICTIME=false LOTIME=1000-01-01T00:00:00Z HITIME=9999-12-31T23:59:59Z docker compose up -d

- name: See if all services are alive
run: DYNAMICTIME=false LOTIME=1000-01-01T00:00:00Z HITIME=9999-12-31T23:59:59Z docker compose up --abort-on-container-exit

- name: Test loader runs without errors
Expand Down

0 comments on commit c54fc52

Please sign in to comment.