mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-21 21:23:08 -05:00
test
This commit is contained in:
parent
85e64445ee
commit
134756f06e
1 changed files with 2 additions and 1 deletions
|
@ -5,8 +5,9 @@ jobs:
|
|||
push:
|
||||
runs-on: alpine
|
||||
steps:
|
||||
- run: apk update -U && apk add make gnupg patch python3 bash xz
|
||||
- run: apk update -U && apk add make gnupg patch python3 bash xz nodejs git
|
||||
shell: sh
|
||||
- uses: actions/checkout@v3
|
||||
- run: make fetch-upstream-woodpecker
|
||||
- run: make check-patchfail-woodpecker
|
||||
- run: make all
|
Loading…
Reference in a new issue