Update .gitea/workflows/test-checker.yaml
Tests / Run-Tests (push) Failing after 5s Details

multiline-output
drunkendog 2023-09-14 18:47:22 +01:00
parent 96c324daa7
commit 291bd52264
1 changed files with 4 additions and 3 deletions

View File

@ -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
@ -11,3 +11,4 @@ jobs:
run: |
cd tests/
yes y | python3 ../run-tests.py
echo $?