Skip to content

Commit

Permalink
Remove the matrix for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Dec 3, 2024
1 parent d1c66a8 commit 03a8531
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 @@ -40,7 +40,8 @@ jobs:
- name: Install DOMjudge
run: .github/jobs/baseinstall.sh unit install test
- name: Run the unit tests
run: .github/jobs/unit-tests.sh ${{ matrix.PHPVERSION }} ${{ matrix.TEST }}
run: .github/jobs/unit-tests.sh "8.1" "Unit"
# ${{ matrix.PHPVERSION }} ${{ matrix.TEST }}
- name: Upload artifact for debugging
uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
Expand Down

0 comments on commit 03a8531

Please sign in to comment.