Skip to content

Commit

Permalink
chore(ci): update testim version to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
DanStough committed Feb 16, 2022
1 parent 8985152 commit aaa90c8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-test.yaml
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit aaa90c8

Please sign in to comment.