mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
test actual build products
This commit is contained in:
parent
050ba9bf25
commit
5cd22964a6
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -77,7 +77,7 @@ jobs:
|
|||
|
||||
- uses: pkgxdev/brewkit/audit@v1
|
||||
with:
|
||||
pkg: ${{ matrix.pkg }}
|
||||
pkg: ${{ steps.build.outputs.pkgspec }}
|
||||
if: steps.build.outputs.pkgspec
|
||||
|
||||
# prevent tests passing because the build directory is still there
|
||||
|
@ -89,5 +89,5 @@ jobs:
|
|||
|
||||
- uses: pkgxdev/brewkit/test@v1
|
||||
with:
|
||||
pkg: ${{ matrix.pkg }}
|
||||
pkg: ${{ steps.build.outputs.pkgspec }}
|
||||
if: steps.build.outputs.pkgspec
|
||||
|
|
Loading…
Reference in a new issue