Skip to content

Commit

Permalink
fix: specific version e2e test
Browse files Browse the repository at this point in the history
Signed-off-by: John Brunton <[email protected]>
  • Loading branch information
jbrunton committed Sep 25, 2023
1 parent a115074 commit 38f4039
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ jobs:
- uses: ./
with:
only: ytt
ytt: v0.27.0
ytt: v0.43.4
token: ${{ secrets.GITHUB_TOKEN }}
- run: npm ci
- name: check specific version is installed
run: npm run verify:output "ytt version" "ytt version 0.27.0"
run: npm run verify:output "ytt version" "ytt version v0.43.4"

test-e2e-no-token:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 38f4039

Please sign in to comment.