fix: workflow
Some checks failed
/ test (push) Failing after 9s

This commit is contained in:
Matthieu Bessat 2023-11-06 17:28:31 +01:00
parent 832c295832
commit ce74f43736

View file

@ -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