Обновить .gitea/workflows/test-runner.yml
Some checks failed
Test Runner / test (push) Failing after 2s

This commit is contained in:
danyadjan 2025-03-20 14:20:40 +03:00
parent 3f024cf6e1
commit 7f18ca3389

View File

@ -7,10 +7,8 @@ on:
jobs:
test:
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- name: Check out the code
uses: actions/checkout@v3
- name: Print Hello World
run: echo "🎉 Gitea Runner is working!"