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 fcd09c8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 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 Expand Up @@ -203,6 +211,10 @@ jobs:
echo "VERSION=${VERSION}" >> $GITHUB_ENV
echo ${VERSION} > VERSION
- uses: jdx/mise-action@v2
with:
install: false

# Generated manifests are part of the release PR.
- name: Generate manifests
if: ${{ inputs.regenerate-manifests }}
Expand Down

0 comments on commit fcd09c8

Please sign in to comment.