This commit is contained in:
parent
9549603bec
commit
ac424f868a
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@ jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
# by default it runs on a node.js debian image
|
# by default it runs on a node.js debian image
|
||||||
|
container:
|
||||||
|
image: code.forgejo.org/oci/node:20-bookworm
|
||||||
steps:
|
steps:
|
||||||
- name: Install rsync
|
- name: Install rsync
|
||||||
run: apt update && apt install -y rsync
|
run: apt update && apt install -y rsync
|
||||||
|
|
Loading…
Reference in a new issue