We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6039065 commit 168a8b8Copy full SHA for 168a8b8
.github/workflows/unit-tests.yml
@@ -39,7 +39,8 @@ jobs:
39
- name: pstree
40
run: pstree -p
41
- name: Install DOMjudge
42
- run: .github/jobs/baseinstall.sh unit install test
+ run: .github/jobs/baseinstall.sh all
43
+ #unit install test
44
- name: Run the unit tests
45
run: .github/jobs/unit-tests.sh "8.1" "Unit"
46
# ${{ matrix.PHPVERSION }} ${{ matrix.TEST }}
0 commit comments