Files
runner-test/.gitea/workflows/tests.yaml
ThaMunsta bc7de2852d
Some checks failed
Pull Images and Redeploy / Update-and-Redeploy-Stack (push) Failing after 1s
Just test things / Update-and-Redeploy-Stack (push) Successful in 13s
rename file, cleanup and create tests!
2025-03-15 14:49:37 -04:00

15 lines
363 B
YAML

# https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions
name: Just test things
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
Update-and-Redeploy-Stack:
runs-on: synology
steps:
- name: Test some commands
env:
STACK_NAME: whoami
run: |
ls -la