Skip to content

Commit

Permalink
fix: specific version e2e test
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Vitale <[email protected]>
  • Loading branch information
ThomasVitale committed Sep 26, 2023
1 parent 3069d10 commit 1ac7f89
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 0.43.4"

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

0 comments on commit 1ac7f89

Please sign in to comment.