diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml deleted file mode 100644 index 284ca2e..0000000 --- a/.github/workflows/build_test.yml +++ /dev/null @@ -1,27 +0,0 @@ -name: Build XMRig Test - -on: - push: - branches: - - main - -jobs: - xmrig-linux-static-x64-test: - runs-on: ubuntu-latest - container: - image: alpine:latest - - steps: - - name: Patch Alpine container into actions runner environment - run: | - apk add nodejs - shell: sh # No bash in Alpine by default - - - run: | - touch testfile - - - name: Archive artifacts - uses: christopherhx/gitea-upload-artifact@v4 - with: - name: xmrig-linux-static-x64 - path: testfile