Skip to content

Commit

Permalink
temp versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarbuzzi committed Dec 17, 2024
1 parent 98a5267 commit b93b918
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion actions/testmo-create-resources/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runs:
using: composite
steps:
- name: install Testmo CLI tool
uses: neuralmagic/nm-actions/actions/install-testmo@v1.11.0
uses: neuralmagic/nm-actions/actions/install-testmo@testmo-bugfix-test.0

- name: add actions path to PATH
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion actions/testmo-run-complete/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ runs:
using: composite
steps:
- name: install Testmo CLI tool
uses: neuralmagic/nm-actions/actions/install-testmo@v1.11.0
uses: neuralmagic/nm-actions/actions/install-testmo@testmo-bugfix-test.0

- run: |
echo "completing TESTMO run ..."
Expand Down
2 changes: 1 addition & 1 deletion actions/testmo-run-create/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ runs:
using: composite
steps:
- name: install Testmo CLI tool
uses: neuralmagic/nm-actions/actions/install-testmo@v1.11.0
uses: neuralmagic/nm-actions/actions/install-testmo@testmo-bugfix-test.0

- name: create run
id: testmo_id
Expand Down
2 changes: 1 addition & 1 deletion actions/testmo-run-submit-thread/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ runs:
using: composite
steps:
- name: install Testmo CLI tool
uses: neuralmagic/nm-actions/actions/install-testmo@v1.11.0
uses: neuralmagic/nm-actions/actions/install-testmo@testmo-bugfix-test.0

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

0 comments on commit b93b918

Please sign in to comment.