Refactor test workflow to include checkout step and echo completion message
All checks were successful
TMW Global Networks Dokumentation / build (push) Successful in 7s

This commit is contained in:
Tizian Maxime Weigt 2025-04-27 14:53:55 +02:00
parent d04a2de949
commit 847918f607

View File

@ -6,5 +6,7 @@ jobs:
build:
runs-on: alpine-latest
steps:
- name: ping google.com
run: ping6 -c 3 google.com || echo "IPv6 not working on runner"
- name: Checkout
uses: actions/checkout@v4
- name: echo "Done"
run: echo "Done"