Files
testrepo/.gitea/workflows/test.yaml
T
Romane 03f0bd665f
Run script on commit / run-bash (push) Failing after 1m5s
change to presentation
2026-05-05 14:31:16 +02:00

28 lines
564 B
YAML

name: Run script on commit
on:
push: {}
jobs:
run-bash:
runs-on: ubuntu-latest # use the runner label you have
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Make script executable
run: |
chmod +x ./scripts/test.sh
- name: Run script on current tree
run: |
./scripts/test.sh
- uses: https://gitea.com/actions/gitea-upload-artifact@v4
with:
name: presentation
path: presentation/index.html