Skip to content

Commit

Permalink
Wait less
Browse files Browse the repository at this point in the history
  • Loading branch information
JimMadge committed Aug 12, 2024
1 parent 3edb964 commit 56d3515
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
run: docker build -t nexus_allowlist:latest .

- name: Start service
run: sudo docker compose up -d
run: docker compose up -d

- name: Wait for Nexus to start
run: sleep 180
run: sleep 120

- name: Show nexus allowlist container logs
run: docker compose logs allowlist
Expand Down

0 comments on commit 56d3515

Please sign in to comment.