Delete .github/workflows/build_test.yml
Some checks failed
Build XMRig / xmrig-linux-static-x64 (push) Has been cancelled
Some checks failed
Build XMRig / xmrig-linux-static-x64 (push) Has been cancelled
This commit is contained in:
27
.github/workflows/build_test.yml
vendored
27
.github/workflows/build_test.yml
vendored
@ -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
|
|
Reference in New Issue
Block a user