Skip to content

Commit

Permalink
Adding more sleep and psql test
Browse files Browse the repository at this point in the history
  • Loading branch information
alondhe committed Aug 21, 2023
1 parent d2b1c54 commit b94a366
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,12 @@ jobs:
- name: Build atlasdb profile
run: |
docker-compose --profile atlasdb up -d
sleep 180
sleep 360
- name: Test atlasdb
run: |
apt-get update
apt-get install --yes --no-install-recommends postgresql-client
pg_isready -d postgres -h 127.0.0.1 -p 5432 -U postgres
- name: Build content profile
run: docker-compose --profile content up -d
- name: Build hades profile
Expand Down

0 comments on commit b94a366

Please sign in to comment.