mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
fix tests
pantry.core sets TEA_PREFIX for local dev which confuses things Which is other bugs but I'm fixing those separately
This commit is contained in:
parent
f7ac88207e
commit
167f603627
1 changed files with 3 additions and 1 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -133,13 +133,15 @@ jobs:
|
||||||
key: ${{ runner.os }}-deno-test-${{ hashFiles('deno.jsonc')}}
|
key: ${{ runner.os }}-deno-test-${{ hashFiles('deno.jsonc')}}
|
||||||
|
|
||||||
- uses: teaxyz/setup@v0
|
- uses: teaxyz/setup@v0
|
||||||
|
with:
|
||||||
|
srcroot: null
|
||||||
|
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: ${{ inputs.platform }}
|
name: ${{ inputs.platform }}
|
||||||
|
|
||||||
- name: extract bottles
|
- name: extract bottles
|
||||||
run: tar xzf artifacts.tgz -C $TEA_PREFIX
|
run: tar xzvf artifacts.tgz -C $TEA_PREFIX
|
||||||
|
|
||||||
- run: tea +tea.xyz/brewkit test ${{ inputs.projects }}
|
- run: tea +tea.xyz/brewkit test ${{ inputs.projects }}
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue