Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
tswhison committed Dec 19, 2022
1 parent 60429a5 commit 4a31f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-rpms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install and Test RPMs
#if: ${{ github.event_name != 'pull_request'}}
run: |
docker run --rm -v ${{ github.workspace }}:/opae-${{ matrix.distro }}/opae-sdk --workdir /opae-${{ matrix.distro }}/opae-sdk --entrypoint /bin/bash -c "/scripts/test-rpms.sh"
docker run --rm -v ${{ github.workspace }}:/opae-${{ matrix.distro }}/opae-sdk --workdir /opae-${{ matrix.distro }}/opae-sdk --entrypoint /bin/bash opae-${{ matrix.distro }} -c "/scripts/test-rpms.sh"
- name: Upload Artifact
#if: ${{ github.event_name != 'pull_request'}}
uses: actions/upload-artifact@v2.1.4
Expand Down

0 comments on commit 4a31f8c

Please sign in to comment.