Update .gitea/workflows/test-checker.yaml
Tests / Run-Tests (push) Failing after 5s
Details
Tests / Run-Tests (push) Failing after 5s
Details
parent
96c324daa7
commit
291bd52264
|
@ -1,7 +1,7 @@
|
|||
name: Run Tests Test
|
||||
name: Tests
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
Setup:
|
||||
Run-Tests:
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
|
@ -10,4 +10,5 @@ jobs:
|
|||
- name: Run checker
|
||||
run: |
|
||||
cd tests/
|
||||
yes y | python3 ../run-tests.py
|
||||
yes y | python3 ../run-tests.py
|
||||
echo $?
|
Loading…
Reference in New Issue