Add comment to github actions workflow file.
This commit is contained in:
parent
618f35fe02
commit
35ce18ce81
|
@ -17,6 +17,7 @@ jobs:
|
||||||
name: ${{ matrix.config.os }} (${{ matrix.config.r }})
|
name: ${{ matrix.config.os }} (${{ matrix.config.r }})
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
# Test create and drop tables in a database so they cannot be executed in parallel
|
||||||
max-parallel: 1
|
max-parallel: 1
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
|
Loading…
Reference in New Issue