From 1ac7f89ea73bbedb207899b0d6b5e6b574366f0d Mon Sep 17 00:00:00 2001 From: Thomas Vitale Date: Tue, 26 Sep 2023 07:11:34 +0200 Subject: [PATCH] fix: specific version e2e test Signed-off-by: Thomas Vitale --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aeffc19..c2dd09a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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