Skip to content

Commit

Permalink
fixup! [#65650] Add GitHub Actions test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
p-woj committed Sep 16, 2024
1 parent 45030b3 commit b486ff7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ jobs:
sudo apt-get install -qqy libsystemc libsystemc-dev clang cmake
- name: Download and build Renode
uses: ./.github/build-renode
uses: antmicro/renode-test-action@c9ccb70d1b7756e3388ed073cf1b0d440c53db29
with:
renode_git_repo: ${{ inputs.renode_gitrepo || 'https://github.com/renode/renode' }}
renode_git_ref: ${{ inputs.renode_gitrev || 'master' }}
renode-repository: ${{ inputs.renode_gitrepo || 'https://github.com/renode/renode' }}
renode-revision: ${{ inputs.renode_gitrev || 'master' }}

- name: Build examples
run: |
Expand Down Expand Up @@ -137,12 +137,12 @@ jobs:
with:
name: example_binaries-${{ github.run_id }}
path: artifacts/example_binaries

- name: Download and build Renode
uses: ./.github/build-renode
uses: antmicro/renode-test-action@c9ccb70d1b7756e3388ed073cf1b0d440c53db29
with:
renode_git_repo: ${{ inputs.renode_gitrepo || 'https://github.com/renode/renode' }}
renode_git_ref: ${{ inputs.renode_gitrev || 'master' }}
renode-repository: ${{ inputs.renode_gitrepo || 'https://github.com/renode/renode' }}
renode-revision: ${{ inputs.renode_gitrev || 'master' }}

- name: Run tests
run: |
Expand Down

0 comments on commit b486ff7

Please sign in to comment.