File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1414 matrix :
1515 platform :
1616 - os : ubuntu-latest
17- img : debian:buster -slim
17+ img : debian:bullseye -slim
1818 tag : linux
1919 - os : macos-latest
2020 tag : mac
3535 - uses : actions/checkout@v4
3636 - uses : pkgxdev/setup@v2
3737
38+ # otherwise, we're getting some weird race conditions on CI
39+ - run : pkgx --sync
40+
3841 - run : bin/bk build ${{matrix.pkg}}
3942 - run : bin/bk test ${{matrix.pkg}}
4043 - run : bin/bk audit ${{matrix.pkg}}
@@ -53,14 +56,13 @@ jobs:
5356 # check build can run twice, see https://github.com/pkgxdev/brewkit/issues/303
5457 - run : bin/bk build
5558
56-
5759 unit-tests :
5860 runs-on : ubuntu-latest
5961 env :
6062 PKGX_PANTRY_PATH : null
6163 steps :
6264 - uses : actions/checkout@v4
63- - uses : pkgxdev/dev@v0
65+ - uses : pkgxdev/dev@v1
6466 - run : deno test --allow-env --allow-net --ignore=.data
6567 working-directory : lib
6668
6971 steps :
7072 - uses : actions/checkout@v4
7173 - uses : pkgxdev/setup@v2
72- - run : pkgx --sync # FIXME PKGX_PANTRY_PATH causes auto sync to fail
74+ - run : pkgx --sync # FIXME PKGX_PANTRY_PATH causes auto sync to fail
7375 - name : build
7476 run : |
7577 set +e
You can’t perform that action at this time.
0 commit comments