From 38f403979afdd17a5063915df27eadb2e035f7ba Mon Sep 17 00:00:00 2001 From: John Brunton Date: Mon, 25 Sep 2023 20:28:00 +0100 Subject: [PATCH] fix: specific version e2e test Signed-off-by: John Brunton --- .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..dd11467 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 v0.43.4" test-e2e-no-token: runs-on: ubuntu-latest