This commit is contained in:
parent
58a79416e8
commit
44272dd626
1 changed files with 17 additions and 0 deletions
17
.forgejo/workflows/test.yml
Normal file
17
.forgejo/workflows/test.yml
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
on:
|
||||||
|
- push
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
count:
|
||||||
|
runs-on: [ lain ]
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Tests
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
while true; do
|
||||||
|
date
|
||||||
|
sleep 60
|
||||||
|
done
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue