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

multiline-output
drunkendog 2023-09-14 19:02:43 +01:00
parent 5fa3503b5a
commit 1c79aab2d8
1 changed files with 7 additions and 3 deletions

View File

@ -9,7 +9,11 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v3
- run: cd ${{ github.workspace }}
- name: Run checker
- name: Run checker (passing)
run: |
cd tests/
python3 ../run-tests.py
cd tests/pass/
python3 ../../run-tests.py
- name: Run checker (failing)
run: |
cd tests/fail/
python3 ../../run-tests.py