mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 18:25:08 +03:00
Update brewkit test
This commit is contained in:
parent
be290d2ccd
commit
4442f3fae6
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ versions:
|
||||||
dependencies:
|
dependencies:
|
||||||
deno.land: ^1.30
|
deno.land: ^1.30
|
||||||
gnu.org/bash: '*'
|
gnu.org/bash: '*'
|
||||||
tea.xyz: ^0
|
tea.xyz: ^0.24.10
|
||||||
git-scm.org: ^2
|
git-scm.org: ^2
|
||||||
|
|
||||||
build: |
|
build: |
|
||||||
|
@ -20,6 +20,6 @@ test:
|
||||||
dependencies:
|
dependencies:
|
||||||
zlib.net: '*'
|
zlib.net: '*'
|
||||||
script:
|
script:
|
||||||
test zlib.net
|
pkg test zlib.net
|
||||||
# we would like to test builds but we need a `GITHUB_TOKEN` and
|
# we would like to test builds but we need a `GITHUB_TOKEN` and
|
||||||
# (currently) we can’t figure out how to set that up in CI/CD
|
# (currently) we can’t figure out how to set that up in CI/CD
|
||||||
|
|
Loading…
Reference in a new issue