run integration tests in CI

This commit is contained in:
WebFreak001 2023-07-09 00:05:03 +02:00
parent 0590376045
commit b268b56a02
No known key found for this signature in database
GPG Key ID: AEFC88D11109D1AA
1 changed files with 5 additions and 0 deletions

View File

@ -146,6 +146,11 @@ jobs:
fi fi
"./bin/dscanner$EXE" --styleCheck -f "$FORMAT" src "./bin/dscanner$EXE" --styleCheck -f "$FORMAT" src
- name: Integration Tests
run: ./it.sh
working-directory: tests
shell: bash
# Parse phobos to check for failures / crashes / ... # Parse phobos to check for failures / crashes / ...
- name: Checkout Phobos - name: Checkout Phobos
uses: actions/checkout@v2 uses: actions/checkout@v2