test gitea action
This commit is contained in:
19
.gitea/workflows/test.yml
Normal file
19
.gitea/workflows/test.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
name: Test runner
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
check-runner:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Print greeting
|
||||
run: echo "✅ Gitea runner działa poprawnie!"
|
||||
|
||||
- name: Show runner info
|
||||
run: |
|
||||
echo "System:"
|
||||
uname -a
|
||||
echo "Working dir:"
|
||||
pwd
|
||||
Reference in New Issue
Block a user