Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run e2e Go tests first. #462

Merged
merged 1 commit into from Mar 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/e2e.yaml
Expand Up @@ -53,6 +53,11 @@ jobs:
go-version: "1.21"
check-latest: true

- name: e2e unit tests
run: |
set -e
make e2e-test

- name: Install Gitsign
run: |
set -e
Expand Down Expand Up @@ -148,8 +153,3 @@ jobs:
- name: Debug log
if: failure()
run: cat "${GITSIGN_LOG}"

- name: e2e unit tests
run: |
set -e
make e2e-test