feat: add test step to workflow for pinging papermc.io
Some checks failed
Gitea Actions Demo / Build-Gradle (push) Failing after 1m8s

This commit is contained in:
Your Name
2025-03-27 12:35:41 +01:00
parent 9e3fa5d5ac
commit 6c2cb04bcd

View File

@@ -12,6 +12,9 @@ jobs:
- name: Checkout Repository - name: Checkout Repository
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: test
run: ping -c 4 papermc.io
- name: List files in the repository - name: List files in the repository
run: ls ${{ gitea.workspace }} run: ls ${{ gitea.workspace }}