diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 4959554..da999ae 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -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" \ No newline at end of file