This is the typical
Some checks failed
/ deploy (push) Failing after 1m4s

This commit is contained in:
Jan Krutisch 2025-05-28 14:04:19 +02:00
parent ec99ab9c1b
commit b58a2af2c8

View file

@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: "Setup"
- run: |
run: |
bundle config set path vendor/bundle
bundle install --jobs=4 --retry=3
command -v rsync >/dev/null || ( apt-get update -y && apt-get install rsync -y )