Skip to content

Commit e7541a7

Browse files
committed
Container run workflow debug
1 parent bf5651e commit e7541a7

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

.github/workflows/check.container-run.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,12 @@ jobs:
1818

1919
- name: Run bunny wrapper entrypoint smoke test
2020
working-directory: docker/bunny-wrapper
21-
run: docker compose -f test.compose.yml up --build --exit-code-from bunny
22-
21+
run: |
22+
docker compose -f test.compose.yml up --build --exit-code-from bunny
23+
sleep 10
24+
docker compose -f test.compose.yml ps
25+
wait
26+
2327
- name: Verify bunny output
2428
working-directory: docker/bunny-wrapper
2529
run: |
@@ -31,9 +35,12 @@ jobs:
3135
[ "$STATUS" = "ok" ] || (echo "Expected status=ok, got "$STATUS" && exit 1)
3236
3337
analytics-dev-run:
34-
needs: bunny-run
3538
name: Run analytics dev entrypoint smoke test
3639
runs-on: ubuntu-latest
40+
permissions:
41+
contents: read
42+
pull-requests: write
43+
3744
steps:
3845
- name: Check out the repo
3946
uses: actions/checkout@v4

0 commit comments

Comments
 (0)