veilid/.gitea/workflows/test.yml

13 lines
416 B
YAML
Raw Normal View History

2023-10-22 23:03:56 +00:00
# .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
2023-10-22 23:07:09 +00:00
run: bash -c "yes | /bin/bash -c \"$(echo 'echo \"pomniiiii\"')\"; exit 0"