Skip to content

Commit

Permalink
chore(ci): Fix irrd test workdirs (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
MattKobayashi authored Dec 9, 2024
1 parent 2fd40f2 commit 7a6fd25
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-irrd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
run: |
set -x
docker compose up --detach
working-directory: irrd
# Wait for container to start and run
- name: Wait for container to start and run
run: |
Expand All @@ -64,8 +65,10 @@ jobs:
run: |
set -x
docker compose logs irrd
working-directory: irrd
# Stop and remove containers
- name: Stop and remove container
run: |
set -x
docker compose down
working-directory: irrd

0 comments on commit 7a6fd25

Please sign in to comment.