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