Skip to content

Commit

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

- name: Start service
run: docker compose up -d
run: |
mkdir nexus-data
docker compose up -d
- name: Wait for Nexus to start
run: sleep 60
run: sleep 300

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

- name: Show nexus container logs
run: docker compose logs nexus

- name: Run tests
working-directory: integration_tests
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
version: "3"
services:
nexus:
container_name: nexus
Expand Down

0 comments on commit 065fc27

Please sign in to comment.