We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e8dfea commit 5f3ad94Copy full SHA for 5f3ad94
.github/workflows/ci.yml
@@ -94,7 +94,7 @@ jobs:
94
- name: download deps
95
run: go mod download
96
- name: Run integration tests
97
- run: go test -v -json ./test | go run ./cmd/test2json2gha
+ run: go test -v -json -run 'TestJammy/pinned_build_dependencies|TestJammy/custom_repo' ./test | go run ./cmd/test2json2gha
98
- name: dump logs
99
if: failure()
100
run: sudo journalctl -u docker
0 commit comments