Skip to content

Commit

Permalink
push other containers on regression e2e test
Browse files Browse the repository at this point in the history
fix just command
  • Loading branch information
miampf committed Aug 15, 2024
1 parent 4f3582c commit b61ab94
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/e2e_regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ jobs:
- name: Build and prepare deployments
run: |
just node-installer
if [[ "${{ matrix.case }}" == "regression" ]]; then
# push other dependencies for the regression test
just coordinator initializer port-forwarder openssl service-mesh-proxy
fi
- name: Run regression test
run: |
nix shell -L .#contrast.e2e --command ${{ matrix.case }}.test -test.v \
Expand Down

0 comments on commit b61ab94

Please sign in to comment.