GitHub actions: peek inside the container

This commit is contained in:
Brian Cunnie
2025-01-20 21:20:36 -08:00
parent df5098d9bc
commit 8b6561360c

View File

@@ -15,4 +15,4 @@ jobs:
- uses: actions/checkout@v4
- name: Test
run: go mod download && go install github.com/onsi/ginkgo/v2/ginkgo && ginkgo -r -p .
run: go mod download && sleep 600 && go install github.com/onsi/ginkgo/v2/ginkgo && ginkgo -r -p .