Skip to content

Commit 5f3ad94

Browse files
committed
only test pinned deps
1 parent 5e8dfea commit 5f3ad94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
- name: download deps
9595
run: go mod download
9696
- name: Run integration tests
97-
run: go test -v -json ./test | go run ./cmd/test2json2gha
97+
run: go test -v -json -run 'TestJammy/pinned_build_dependencies|TestJammy/custom_repo' ./test | go run ./cmd/test2json2gha
9898
- name: dump logs
9999
if: failure()
100100
run: sudo journalctl -u docker

0 commit comments

Comments
 (0)