Skip to content

Commit b93b918

Browse files
committed
temp versions
1 parent 98a5267 commit b93b918

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

actions/testmo-create-resources/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ runs:
1616
using: composite
1717
steps:
1818
- name: install Testmo CLI tool
19-
uses: neuralmagic/nm-actions/actions/install-testmo@v1.11.0
19+
uses: neuralmagic/nm-actions/actions/install-testmo@testmo-bugfix-test.0
2020

2121
- name: add actions path to PATH
2222
shell: bash

actions/testmo-run-complete/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
using: composite
1818
steps:
1919
- name: install Testmo CLI tool
20-
uses: neuralmagic/nm-actions/actions/install-testmo@v1.11.0
20+
uses: neuralmagic/nm-actions/actions/install-testmo@testmo-bugfix-test.0
2121

2222
- run: |
2323
echo "completing TESTMO run ..."

actions/testmo-run-create/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ runs:
2828
using: composite
2929
steps:
3030
- name: install Testmo CLI tool
31-
uses: neuralmagic/nm-actions/actions/install-testmo@v1.11.0
31+
uses: neuralmagic/nm-actions/actions/install-testmo@testmo-bugfix-test.0
3232

3333
- name: create run
3434
id: testmo_id

actions/testmo-run-submit-thread/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ runs:
3232
using: composite
3333
steps:
3434
- name: install Testmo CLI tool
35-
uses: neuralmagic/nm-actions/actions/install-testmo@v1.11.0
35+
uses: neuralmagic/nm-actions/actions/install-testmo@testmo-bugfix-test.0
3636

3737
- name: add scripts folder to PATH
3838
run: echo "${{ github.action_path }}/../../scripts" >> $GITHUB_PATH

0 commit comments

Comments
 (0)