Skip to content

Commit

Permalink
Show that it works with the integration options
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Dec 4, 2024
1 parent 6039065 commit 168a8b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
- name: pstree
run: pstree -p
- name: Install DOMjudge
run: .github/jobs/baseinstall.sh unit install test
run: .github/jobs/baseinstall.sh all
#unit install test
- name: Run the unit tests
run: .github/jobs/unit-tests.sh "8.1" "Unit"
# ${{ matrix.PHPVERSION }} ${{ matrix.TEST }}
Expand Down

0 comments on commit 168a8b8

Please sign in to comment.