Skip to content

Commit

Permalink
fix(ci): fix release CI by adding mise installation steps
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek committed Apr 22, 2024
1 parent 71ab67d commit 280a8fc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/__release-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ jobs:
with:
go-version-file: go.mod

- uses: jdx/mise-action@v2
with:
install: false

- name: integration tests
run: make test.integration
env:
Expand Down Expand Up @@ -160,6 +164,10 @@ jobs:
with:
go-version-file: go.mod

- uses: jdx/mise-action@v2
with:
install: false

- name: E2E Tests
run: make test.e2e
env:
Expand Down

0 comments on commit 280a8fc

Please sign in to comment.