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

This commit is contained in:
Waylon Walker 2025-08-28 12:45:39 -05:00
parent baf9f2a49a
commit 221a1380b0

View file

@ -3,10 +3,6 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Host distro
run: |
distro=$(. /etc/os-release && echo "$PRETTY_NAME")
echo "Hello from host: $distro"
- name: Run something in Alpine
uses: docker://alpine:3.20
with: