Skip to content

Commit b8b95c9

Browse files
committed
build oro-qemu action as part of QEMU tests
1 parent f7aab5a commit b8b95c9

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/actions/oro-qemu/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,7 @@ runs:
119119
name: ${{ inputs.artifact-name }}
120120
path: ${{ steps.paths.outputs.build-dir }}/qemu-system-*
121121
if-no-files-found: error
122+
123+
- name: Add build dir to PATH
124+
shell: bash
125+
run: echo "${{ steps.paths.outputs.build-dir }}" >> "$GITHUB_PATH"

.github/workflows/push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
with:
7878
submodules: 'true'
7979
- uses: ./.github/actions/deps
80+
- uses: ./.github/actions/oro-qemu
8081
# Get the artifacts from build-artifacts
8182
- uses: actions/download-artifact@v4
8283
with:

0 commit comments

Comments
 (0)