Skip to content

Commit

Permalink
Add fixed config with wait flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Teddy-1000 committed Jan 26, 2024
1 parent 36d95e1 commit 719dccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ 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 --wait 120
run: DYNAMICTIME=false LOTIME=1000-01-01T00:00:00Z HITIME=9999-12-31T23:59:59Z docker compose up -d --wait

- 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
Expand Down

0 comments on commit 719dccd

Please sign in to comment.