Обновить .gitea/workflows/test-runner.yml
Some checks failed
Test Runner / test (push) Failing after 2s
Some checks failed
Test Runner / test (push) Failing after 2s
This commit is contained in:
parent
3f024cf6e1
commit
7f18ca3389
|
@ -7,10 +7,8 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: self-hosted
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the code
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
|
|
||||||
- name: Print Hello World
|
- name: Print Hello World
|
||||||
run: echo "🎉 Gitea Runner is working!"
|
run: echo "🎉 Gitea Runner is working!"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user