From 8269f0e7a8c972a5ef71bb740f069f38a3970a1c Mon Sep 17 00:00:00 2001 From: Liz/Alice Cray Date: Sun, 22 Oct 2023 19:03:56 -0400 Subject: [PATCH] Test --- .gitea/workflows/test.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitea/workflows/test.yml diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml new file mode 100644 index 00000000..2ccf73e0 --- /dev/null +++ b/.gitea/workflows/test.yml @@ -0,0 +1,12 @@ +# .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: yes | /bin/bash -c "$(echo 'hewwo') ; exit 0"