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 d1c66a8 commit 03a8531Copy full SHA for 03a8531
.github/workflows/unit-tests.yml
@@ -40,7 +40,8 @@ jobs:
40
- name: Install DOMjudge
41
run: .github/jobs/baseinstall.sh unit install test
42
- name: Run the unit tests
43
- run: .github/jobs/unit-tests.sh ${{ matrix.PHPVERSION }} ${{ matrix.TEST }}
+ run: .github/jobs/unit-tests.sh "8.1" "Unit"
44
+ # ${{ matrix.PHPVERSION }} ${{ matrix.TEST }}
45
- name: Upload artifact for debugging
46
uses: actions/upload-artifact@v4
47
if: ${{ !cancelled() }}
0 commit comments