wip ci/cd
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 49s

This commit is contained in:
2026-03-07 19:10:32 +03:00
parent f9c32c3e15
commit 1cee55a0cf
3 changed files with 12 additions and 4 deletions

View File

@@ -39,6 +39,6 @@ jobs:
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
touch hello_world.log
docker run -d --name tracker -p 9999:3000 git.madsky.ru/vadim/tracker:latest
- name: Execute a single command
run: echo "Hello, world!!"
run: echo "Hello, world!"