Skip to content

Commit

Permalink
Let’s try array
Browse files Browse the repository at this point in the history
  • Loading branch information
robertherber committed Dec 26, 2023
1 parent 6354233 commit a66be67
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
max-parallel: 10
matrix:
mongo-version: [7.0.4]
bun-version: ${{ inputs.run-matrix == true && '[1.0.20, 1.0.19]' || '[1.0.20]' }}
os: ${{ inputs.run-matrix == true && '[ubuntu-latest, macos-latest]' || '[ubuntu-latest]' }} # os: [ubuntu-latest, windows-latest, macos-latest]
bun-version: ${{ inputs.run-matrix == true && ['1.0.20', '1.0.19'] || ['1.0.20'] }}
os: ${{ inputs.run-matrix == true && ['ubuntu-latest', 'macos-latest'] || ['ubuntu-latest'] }} # os: [ubuntu-latest, windows-latest, macos-latest]
# The type of runner that the job will run on
runs-on: ${{ matrix.os }}
timeout-minutes: 10
Expand Down Expand Up @@ -70,8 +70,8 @@ jobs:
max-parallel: 10
matrix:
mongo-version: [7.0.4]
bun-version: ${{ inputs.run-matrix == true && '[1.0.20, 1.0.19]' || '[1.0.20]' }}
os: ${{ inputs.run-matrix == true && '[ubuntu-latest, macos-latest]' || '[ubuntu-latest]' }} # os: [ubuntu-latest, windows-latest, macos-latest]
bun-version: ${{ inputs.run-matrix == true && ['1.0.20', '1.0.19'] || ['1.0.20'] }}
os: ${{ inputs.run-matrix == true && ['ubuntu-latest', 'macos-latest'] || ['ubuntu-latest'] }} # os: [ubuntu-latest, windows-latest, macos-latest]
# The type of runner that the job will run on
runs-on: ${{ matrix.os }}
env:
Expand Down Expand Up @@ -115,8 +115,8 @@ jobs:
fail-fast: false
max-parallel: 10
matrix:
bun-version: ${{ inputs.run-matrix == true && '[1.0.20, 1.0.19]' || '[1.0.20]' }}
os: ${{ inputs.run-matrix == true && '[ubuntu-latest, macos-latest]' || '[ubuntu-latest]' }} # os: [ubuntu-latest, windows-latest, macos-latest]
bun-version: ${{ inputs.run-matrix == true && ['1.0.20', '1.0.19'] || ['1.0.20'] }}
os: ${{ inputs.run-matrix == true && ['ubuntu-latest', 'macos-latest'] || ['ubuntu-latest'] }} # os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
timeout-minutes: 10
env:
Expand All @@ -142,8 +142,8 @@ jobs:
fail-fast: false
max-parallel: 10
matrix:
bun-version: ${{ inputs.run-matrix == true && '[1.0.20, 1.0.19]' || '[1.0.20]' }}
os: ${{ inputs.run-matrix == true && '[ubuntu-latest, macos-latest]' || '[ubuntu-latest]' }} # os: [ubuntu-latest, windows-latest, macos-latest]
bun-version: ${{ inputs.run-matrix == true && ['1.0.20', '1.0.19'] || ['1.0.20'] }}
os: ${{ inputs.run-matrix == true && ['ubuntu-latest', 'macos-latest'] || ['ubuntu-latest'] }} # os: [ubuntu-latest, windows-latest, macos-latest]
# The type of runner that the job will run on
runs-on: ${{ matrix.os }}
timeout-minutes: 10
Expand All @@ -170,8 +170,8 @@ jobs:
fail-fast: false
max-parallel: 10
matrix:
bun-version: ${{ inputs.run-matrix == true && '[1.0.20, 1.0.19]' || '[1.0.20]' }}
os: ${{ inputs.run-matrix == true && '[ubuntu-latest, macos-latest]' || '[ubuntu-latest]' }} # os: [ubuntu-latest, windows-latest, macos-latest]
bun-version: ${{ inputs.run-matrix == true && ['1.0.20', '1.0.19'] || ['1.0.20'] }}
os: ${{ inputs.run-matrix == true && ['ubuntu-latest', 'macos-latest'] || ['ubuntu-latest'] }} # os: [ubuntu-latest, windows-latest, macos-latest]
# The type of runner that the job will run on
runs-on: ${{ matrix.os }}
timeout-minutes: 10
Expand Down

0 comments on commit a66be67

Please sign in to comment.