ci-test/.gitea/workflows/demo.yaml

15 lines
336 B
YAML
Raw Normal View History

2023-10-03 16:09:10 +02:00
name: Gitea Actions Demo
2023-10-03 16:29:52 +02:00
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
2023-10-03 16:09:10 +02:00
on: [push]
2023-10-03 16:29:52 +02:00
2023-10-03 16:09:10 +02:00
jobs:
Explore-Gitea-Actions:
2023-10-03 16:22:08 +02:00
runs-on: ubuntu-latest
2023-10-03 16:09:10 +02:00
steps:
2023-10-03 16:44:05 +02:00
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '14'
- run: npm install -g bats
- run: bats -v