Skip to content

Commit

Permalink
fixup-squashme put e2e back
Browse files Browse the repository at this point in the history
  • Loading branch information
jiridanek committed May 24, 2024
1 parent 9006083 commit a9fe56b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,17 @@ jobs:
cache-dependency-path: go.sum

- run: make build

"e2e-tests":
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v4

- uses: actions/setup-go@v5
with:
check-latest: true
go-version-file: go.mod
cache-dependency-path: go.sum

- run: make e2e

0 comments on commit a9fe56b

Please sign in to comment.