Skip to content

Commit

Permalink
fixup! ci: add openssl e2e test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
burgerdev committed Feb 22, 2024
1 parent ac52bd1 commit 33831bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e_openssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
cat ./workspace/just.perf | tee -a "${GITHUB_STEP_SUMMARY}"
- name: E2E Test
run: |
go test -v -count=1 -tags e2e ./e2e/openssl
env K8S_NAMESPACE=$(cat ./workspace/just.namespace) go test -v -count=1 -tags e2e ./e2e/openssl
- name: Undeploy
if: always() && inputs.skip-undeploy != 'true'
run: |
Expand Down

0 comments on commit 33831bb

Please sign in to comment.