Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Dec 12, 2023
1 parent c4f0e16 commit fc2bb12
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pkg-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ jobs:
test:
name: test (${{inputs.name}}) ${{ matrix.container || ''}} ${{ join(matrix.os) }}
needs: build
env:
PKGX_PANTRY_PATH: ${{ github.workspace }}
strategy:
matrix:
os: ${{ fromJSON(inputs.test-os) }}
Expand All @@ -102,7 +100,8 @@ jobs:
- uses: pkgxdev/brewkit/test@v1
with:
pkg: ${{ needs.build.outputs.pkg }}

env:
PKGX_PANTRY_PATH: ${{ github.workspace }}
bottle:
name: bottle (${{inputs.name}}+${{matrix.compression}})
needs: [build, test]
Expand Down

0 comments on commit fc2bb12

Please sign in to comment.