Test
Some checks failed
Build Veilid for Linux amd64 / Explore-Gitea-Actions (push) Has been cancelled
Test Actions / Explore-Gitea-Actions (push) Failing after 8s

This commit is contained in:
Elizabeth Cray 2023-10-22 19:03:56 -04:00
parent 3fae8a5f36
commit 8269f0e7a8

12
.gitea/workflows/test.yml Normal file
View File

@ -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"