sphagnum/.gitea/workflows/test.yml

12 lines
210 B
YAML
Raw Normal View History

2024-04-03 13:44:44 +03:00
name: checks
on:
- push
2024-04-03 13:43:38 +03:00
2024-04-03 13:38:22 +03:00
jobs:
2024-04-03 13:44:44 +03:00
test:
labels: [docker]
name: check and test
2024-04-03 13:38:22 +03:00
steps:
2024-04-03 13:44:44 +03:00
- name: test
2024-04-03 13:49:10 +03:00
run: ls
run: echo "🎉 The job was automatically triggered by a 1111 event."