Skip to content

Commit 168a8b8

Browse files
committed
Show that it works with the integration options
1 parent 6039065 commit 168a8b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ jobs:
3939
- name: pstree
4040
run: pstree -p
4141
- name: Install DOMjudge
42-
run: .github/jobs/baseinstall.sh unit install test
42+
run: .github/jobs/baseinstall.sh all
43+
#unit install test
4344
- name: Run the unit tests
4445
run: .github/jobs/unit-tests.sh "8.1" "Unit"
4546
# ${{ matrix.PHPVERSION }} ${{ matrix.TEST }}

0 commit comments

Comments
 (0)