diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml deleted file mode 100644 index 7f0f3b4c..00000000 --- a/.gitea/workflows/test.yml +++ /dev/null @@ -1,12 +0,0 @@ -# .gitea/workflows/build.yaml -name: Test Actions -run-name: ${{ github.actor }} is building Veilid for linux_amd64 -on: [push] -jobs: - Explore-Gitea-Actions: - runs-on: ubuntu-latest - steps: - - name: Install Basic Tools - run: apt-get update; apt-get install -y sed coreutils sudo - - name: Setup Linux Environment - run: bash -c "yes | /bin/bash -c \"$(echo 'echo \"pomniiiii\"')\"; exit 0"