Skip to content

Commit

Permalink
Merge pull request #2400 from replicatedhq/pin-testim-cli
Browse files Browse the repository at this point in the history
Pin testim cli to 3.206.0 to fix flakey tests
  • Loading branch information
emosbaugh committed Dec 10, 2021
2 parents 4a4be66 + 7a5be1d commit 6715ad4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-test.yaml
Expand Up @@ -310,7 +310,7 @@ jobs:
node-version: '14.x'

- name: setup testIM
run: npm i -g @testim/testim-cli
run: npm i -g @testim/testim-cli@3.206.0
shell: bash

## testim tests
Expand Down Expand Up @@ -414,7 +414,7 @@ jobs:
node-version: '14.x'

- name: setup testIM
run: npm i -g @testim/testim-cli
run: npm i -g @testim/testim-cli@3.206.0
shell: bash

## testim tests
Expand Down Expand Up @@ -478,7 +478,7 @@ jobs:
node-version: '14.x'

- name: setup testIM
run: npm i -g @testim/testim-cli
run: npm i -g @testim/testim-cli@3.206.0
shell: bash

## testim tests
Expand Down Expand Up @@ -551,7 +551,7 @@ jobs:
node-version: '14.x'

- name: setup testIM
run: npm i -g @testim/testim-cli
run: npm i -g @testim/testim-cli@3.206.0
shell: bash

## testim tests
Expand Down

0 comments on commit 6715ad4

Please sign in to comment.