Compare commits

...

2 Commits

Author SHA1 Message Date
e7368b7235 Slow test check
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s
PR Checks / test_something (push) Successful in 2m1s
2024-10-02 00:33:24 +03:00
44fe03f761 Update readme
All checks were successful
PR Checks / test_something (push) Successful in 1s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s
2024-10-02 00:32:13 +03:00
2 changed files with 2 additions and 0 deletions

View File

@ -5,5 +5,6 @@ jobs:
test_something: test_something:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- run: sleep 120
- run: echo "All is fine." - run: echo "All is fine."

View File

@ -1,2 +1,3 @@
# actions-test # actions-test
This is a new change.