Skip to content

Commit

Permalink
ci: always show full build output
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Meyer <[email protected]>
  • Loading branch information
katexochen committed Jul 19, 2024
1 parent 0d79c29 commit c864e45
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e_openssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
just coordinator initializer openssl port-forwarder node-installer
- name: E2E Test
run: |
nix shell .#contrast.e2e --command openssl.test -test.v \
nix shell -L .#contrast.e2e --command openssl.test -test.v \
--image-replacements workspace/just.containerlookup \
--namespace-file workspace/e2e.namespace \
--skip-undeploy="${{ inputs.skip-undeploy && 'true' || 'false' }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e_policy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
just coordinator initializer openssl port-forwarder node-installer
- name: E2E Test
run: |
nix shell .#contrast.e2e --command policy.test -test.v \
nix shell -L .#contrast.e2e --command policy.test -test.v \
--image-replacements workspace/just.containerlookup \
--namespace-file workspace/e2e.namespace \
--skip-undeploy="${{ inputs.skip-undeploy && 'true' || 'false' }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e_regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
just node-installer
- name: Run regression test
run: |
nix shell .#contrast.e2e --command ${{ matrix.case }}.test -test.v \
nix shell -L .#contrast.e2e --command ${{ matrix.case }}.test -test.v \
--image-replacements workspace/just.containerlookup \
--namespace-file workspace/e2e.namespace \
--skip-undeploy="${{ inputs.skip-undeploy && 'true' || 'false' }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e_servicemesh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
just coordinator initializer port-forwarder service-mesh-proxy node-installer
- name: E2E Test
run: |
nix shell .#contrast.e2e --command servicemesh.test -test.v \
nix shell -L .#contrast.e2e --command servicemesh.test -test.v \
--image-replacements workspace/just.containerlookup \
--namespace-file workspace/e2e.namespace \
--skip-undeploy="${{ inputs.skip-undeploy && 'true' || 'false' }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
nix shell .#contrast.e2e --command release.test -test.v --tag ${{ inputs.version }}
nix shell -L .#contrast.e2e --command release.test -test.v --tag ${{ inputs.version }}
create-github-stuff:
name: Create backport label and milestone
Expand Down

0 comments on commit c864e45

Please sign in to comment.