fix(actions): install bash into the runner before testing
Some checks failed
/ validate (push) Failing after 2s

This commit is contained in:
jad0s 2026-05-20 15:40:47 +02:00
parent 7aaafc6fc4
commit 1202879644
2 changed files with 7 additions and 9 deletions

View file

@ -7,6 +7,8 @@ jobs:
validate:
runs-on: docker
steps:
- name: Setup
run: apk add bash
- name: Checkout
uses: actions/checkout@v4

View file

@ -25,11 +25,7 @@ spec:
--token ${FORGEJO_RUNNER_REGISTRATION_TOKEN} \
--name ${FORGEJO_RUNNER_NAME} \
--labels docker:docker://node:22-alpine && \
<<<<<<< HEAD
sleep 5 && \
=======
sleep 5 && \
>>>>>>> main
forgejo-runner daemon
env:
- name: FORGEJO_INSTANCE_URL