zenyx-engine/.forgejo/workflows/test.yml
Chance aedb267d48
Some checks failed
Build Zenyx ⚡ / 🧪 Run Cargo Tests (push) Has been cancelled
Build Zenyx ⚡ / 🏗️ Build aarch64-unknown-linux-gnu (push) Has been cancelled
Build Zenyx ⚡ / 🏗️ Build x86_64-unknown-linux-gnu (push) Has been cancelled
Build Zenyx ⚡ / 🔧 Setup Environment (push) Successful in 6s
fix test
2025-04-20 21:47:10 -04:00

19 lines
No EOL
370 B
YAML

name: Build Zenyx ⚡
on:
push:
pull_request:
jobs:
setup:
name: 🔧 Setup Environment
runs-on: ubuntu-latest
steps:
- name: make artifact
run: echo "Test" >> test.txt
- name: ⬆️ Upload artifact
uses: https://code.forgejo.org/forgejo/upload-artifact@v4
with:
name: test.txt
path: test.txt