Delete .gitea/workflows/test.yml
Some checks reported warnings
Build Veilid for Linux amd64 / Explore-Gitea-Actions (push) Has been cancelled
Some checks reported warnings
Build Veilid for Linux amd64 / Explore-Gitea-Actions (push) Has been cancelled
This commit is contained in:
parent
cd0c92d1a9
commit
73b70e36b7
@ -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"
|
Loading…
Reference in New Issue
Block a user