test actual build products

This commit is contained in:
Jacob Heider 2023-12-22 13:04:52 -05:00
parent 050ba9bf25
commit 5cd22964a6
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

@ -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