From aaa90c892ff490f2b20c369a79a208872ae98831 Mon Sep 17 00:00:00 2001 From: DanStough Date: Wed, 16 Feb 2022 22:49:20 +0000 Subject: [PATCH] chore(ci): update testim version to latest --- .github/workflows/build-test.yaml | 8 ++++---- .github/workflows/release.yaml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index 7ce7263698..7404dc85b1 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -327,7 +327,7 @@ jobs: node-version: '17.x' - name: setup testIM - run: npm i -g @testim/testim-cli@3.206.0 + run: npm i -g @testim/testim-cli shell: bash ## testim tests @@ -431,7 +431,7 @@ jobs: node-version: '17.x' - name: setup testIM - run: npm i -g @testim/testim-cli@3.206.0 + run: npm i -g @testim/testim-cli shell: bash ## testim tests @@ -496,7 +496,7 @@ jobs: node-version: '17.x' - name: setup testIM - run: npm i -g @testim/testim-cli@3.206.0 + run: npm i -g @testim/testim-cli shell: bash ## testim tests @@ -569,7 +569,7 @@ jobs: node-version: '17.x' - name: setup testIM - run: npm i -g @testim/testim-cli@3.206.0 + run: npm i -g @testim/testim-cli shell: bash ## testim tests diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1a4104e7cc..6ef78bad61 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -431,7 +431,7 @@ jobs: node-version: '17.x' - name: setup testIM - run: npm i -g @testim/testim-cli@3.206.0 + run: npm i -g @testim/testim-cli shell: bash - name: validate that kots install fails early @@ -496,7 +496,7 @@ jobs: node-version: '17.x' - name: setup testIM - run: npm i -g @testim/testim-cli@3.206.0 + run: npm i -g @testim/testim-cli shell: bash - name: validate that kots install fails early @@ -561,7 +561,7 @@ jobs: node-version: '17.x' - name: setup testIM - run: npm i -g @testim/testim-cli@3.206.0 + run: npm i -g @testim/testim-cli shell: bash ## testim tests