restore brewkit to ^0.7.1

also hack to get tests working again
This commit is contained in:
Jacob Heider 2023-03-09 19:11:11 -05:00 committed by Jacob Heider
parent 2e3b4064d6
commit a26eec476d
3 changed files with 5 additions and 2 deletions

View file

@ -24,7 +24,7 @@ runs:
id: tea id: tea
with: with:
prefix: ${{ inputs.prefix }} prefix: ${{ inputs.prefix }}
+: tea.xyz/brewkit~0.7 +: tea.xyz/brewkit^0.7.1
# prevent pantry from reassigning TEA_PREFIX etc. # prevent pantry from reassigning TEA_PREFIX etc.
srcroot: null srcroot: null

View file

@ -131,6 +131,9 @@ jobs:
- run: pkg test ${{ inputs.projects }} - run: pkg test ${{ inputs.projects }}
env: env:
GITHUB_TOKEN: ${{ github.token }} GITHUB_TOKEN: ${{ github.token }}
# FIXME: this shouldn't be necessary, but it currently is for the
# ubuntu+container test matrix entries. :/
TEA_PANTRY_PATH: ${{ github.workspace }}
- name: '[post]' - name: '[post]'
run: run:

View file

@ -1,4 +1,4 @@
dependencies: dependencies:
tea.xyz/brewkit: ~0.7 tea.xyz/brewkit: ^0.7.1
env: env:
TEA_PANTRY_PATH: ${{srcroot}} TEA_PANTRY_PATH: ${{srcroot}}