try this
All checks were successful
/ test (push) Successful in 13s

This commit is contained in:
Waylon Walker 2025-08-28 12:48:02 -05:00
parent 9d14d28d63
commit e830d50593

View file

@ -3,9 +3,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run something in Alpine
uses: docker://alpine:3.20
with:
args: echo "Hello from inside Alpine"
- run: echo "Back on the host runner again"