We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caa86d5 commit 3f9bfdbCopy full SHA for 3f9bfdb
.github/workflows/ci.cli.yml
@@ -53,14 +53,13 @@ jobs:
53
# check build can run twice, see https://github.com/pkgxdev/brewkit/issues/303
54
- run: bin/bk build
55
56
-
57
unit-tests:
58
runs-on: ubuntu-latest
59
env:
60
PKGX_PANTRY_PATH: null
61
steps:
62
- uses: actions/checkout@v4
63
- - uses: pkgxdev/dev@v0
+ - uses: pkgxdev/dev@v1
64
- run: deno test --allow-env --allow-net --ignore=.data
65
working-directory: lib
66
@@ -69,7 +68,7 @@ jobs:
69
68
70
71
- uses: pkgxdev/setup@v2
72
- - run: pkgx --sync # FIXME PKGX_PANTRY_PATH causes auto sync to fail
+ - run: pkgx --sync # FIXME PKGX_PANTRY_PATH causes auto sync to fail
73
- name: build
74
run: |
75
set +e
0 commit comments