parent
832c295832
commit
ce74f43736
1 changed files with 3 additions and 0 deletions
|
@ -2,8 +2,11 @@ on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
# by default it runs on a node.js debian image
|
||||||
steps:
|
steps:
|
||||||
- run: echo All Good
|
- run: echo All Good
|
||||||
|
- name: Apt update and install
|
||||||
|
run: apt update && apt install -y rsync
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
Loading…
Reference in a new issue