Files
test/.gitea/workflows/demo.yaml
T
Dmytro Tkachenko 51f3bc837b
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 52s
Actions
2024-10-22 21:30:59 +03:00

10 lines
229 B
YAML

name: Gitea Actions Demo
run-name: Test is testing out Gitea Actions 🚀
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- run: npm install -g yarnpkg@0.15.1
- run: yarn && yarn build