Skip to content

Commit

Permalink
WIP test 66588
Browse files Browse the repository at this point in the history
  • Loading branch information
adrabarek committed Oct 7, 2024
1 parent b14fa72 commit 376a524
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Download Renode
uses: ./
with:
renode-revision: ${{ inputs.renode_revision || 'master' }}
renode-revision: ${{ inputs.renode_revision || '66588-win-wrappers' }}
renode-repo: ${{ inputs.renode_repository || 'https://github.com/renode/renode' }}

- name: Verify if Renode is persistent
Expand All @@ -37,7 +37,7 @@ jobs:
uses: ./
with:
tests-to-run: __tests__/hello_world.robot
renode-revision: ${{ inputs.renode_revision || 'master' }}
renode-revision: ${{ inputs.renode_revision || '66588-win-wrappers' }}
renode-repo: ${{ inputs.renode_repository || 'https://github.com/renode/renode' }}

- name: Run sample test with metrics visualization
Expand All @@ -46,7 +46,7 @@ jobs:
tests-to-run: __tests__/profiling.robot
artifacts-path: metrics
gather-execution-metrics: yes
renode-revision: ${{ inputs.renode_revision || 'master' }}
renode-revision: ${{ inputs.renode_revision || '66588-win-wrappers' }}
renode-repo: ${{ inputs.renode_repository || 'https://github.com/renode/renode' }}

- name: Upload results with metrics
Expand Down

0 comments on commit 376a524

Please sign in to comment.