Actualiser .forgejo/workflows/default.yml
All checks were successful
/ test (push) Successful in 7s

This commit is contained in:
rvba 2024-12-02 09:57:28 +01:00
parent 2cb5ce1d64
commit 48b6f9cf50

View file

@ -1,6 +1,6 @@
on: [push] on: [push]
jobs: jobs:
test: test:
runs-on: ubuntu-latest runs-on: docker
steps: steps:
- run: echo Hello, Runner ! - run: echo Hello, Runner !