Skip to content

Commit

Permalink
gh: update go action to generate certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatczuk committed Aug 1, 2023
1 parent f8feaac commit 079c629
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,12 @@ jobs:
- name: Build Docker image
run: make update-devel-image

- name: Generate certificates
run: cd e2e/certs && ./gen.sh

- name: Run e2e test
run: cd e2e && make run-e2e
run: make -C e2e run-e2e

- name: Dump Logs
if: failure()
run: cd e2e && make dump-logs
run: make -C e2e dump-logs

0 comments on commit 079c629

Please sign in to comment.