Skip to content

Commit

Permalink
one more time
Browse files Browse the repository at this point in the history
  • Loading branch information
tswhison committed Dec 19, 2022
1 parent 277babb commit 904455a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-rpms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ jobs:
run: |
docker run --rm -v ${{ github.workspace }}:/opae-${{ matrix.distro }}/opae-sdk opae-${{ matrix.distro }} /opae-${{ matrix.distro }}/opae-sdk
- name: Install and Test RPMs
#if: ${{ github.event_name != 'pull_request'}}
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 opae-${{ matrix.distro }} -c "/scripts/test-rpms.sh"
- name: Upload Artifact
#if: ${{ github.event_name != 'pull_request'}}
if: ${{ github.event_name != 'pull_request'}}
uses: actions/upload-artifact@v2.1.4
with:
name: OPAE-${{ matrix.distro }}
path:
${{ matrix.distro }}/*.rpm
${{ matrix.distro }}/opae-sdk/packaging/opae/rpm/*.rpm

0 comments on commit 904455a

Please sign in to comment.