change shell and docker image
All checks were successful
/ test (push) Successful in 2s

This commit is contained in:
melody 2025-04-03 18:50:41 +02:00
parent 8de7dd213a
commit ee7d93353f

View file

@ -1,6 +1,7 @@
on: [push] on: [push]
jobs: jobs:
test: test:
runs-on: docker runs-on: alpine-latest
steps: steps:
- run: echo All Good - shell: sh
run: echo All Good