rename file, cleanup and create tests!
This commit is contained in:
14
.gitea/workflows/tests.yaml
Normal file
14
.gitea/workflows/tests.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user