Skip to content

Commit d9ff1ce

Browse files
committed
WIP
1 parent 71980bd commit d9ff1ce

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
fail-fast: true
14-
max-parallel: 1
1514
matrix:
1615
os: [ ubuntu-latest, windows-latest ]
1716
php: [ 8.2 ]
@@ -58,4 +57,4 @@ jobs:
5857
name: Store report
5958
retention-days: 1
6059
path: |
61-
./reports
60+
./reports

0 commit comments

Comments
 (0)