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:
Max Howell 2023-02-22 08:11:06 -05:00
parent f7ac88207e
commit 167f603627
No known key found for this signature in database
GPG key ID: 741BB84EF5BB9EEC

View file

@ -133,13 +133,15 @@ jobs:
key: ${{ runner.os }}-deno-test-${{ hashFiles('deno.jsonc')}}
- uses: teaxyz/setup@v0
with:
srcroot: null
- uses: actions/download-artifact@v3
with:
name: ${{ inputs.platform }}
- 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 }}
env: