diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index 391bdba..6efaa63 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -12,6 +12,9 @@ jobs: - name: Checkout Repository uses: actions/checkout@v4 + - name: test + run: ping -c 4 papermc.io + - name: List files in the repository run: ls ${{ gitea.workspace }}