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