Skip to content

Commit

Permalink
Lets do it without matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
robertherber committed Jul 24, 2023
1 parent ac4bc54 commit c3acd36
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/test.yml
Expand Up @@ -20,9 +20,9 @@ jobs:
# The type of runner that the job will run on
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
matrix:
node-version: [ 16.x, 18.x, 20.x ]
# strategy:
# matrix:
# node-version: [ 16.x, 18.x, 20.x ]
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true

Expand All @@ -39,7 +39,7 @@ jobs:
id: setup
with:
cache: pnpm
node-version: ${{ matrix.node-version }}
node-version-file: .nvmrc

- name: Install deps
id: install
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
# id: setup
# with:
# cache: pnpm
# node-version: ${{ matrix.node-version }}
# node-version-file: .nvmrc

# - name: Install deps
# id: install
Expand All @@ -84,9 +84,9 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
needs: cache-warmer
strategy:
matrix:
node-version: [ 16.x, 18.x, 20.x ]
# strategy:
# matrix:
# node-version: [ 16.x, 18.x, 20.x ]
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true

Expand All @@ -103,7 +103,7 @@ jobs:
id: setup
with:
cache: pnpm
node-version: ${{ matrix.node-version }}
node-version-file: .nvmrc

- name: Install deps
id: install
Expand All @@ -117,9 +117,9 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
needs: cache-warmer
strategy:
matrix:
node-version: [ 16.x, 18.x, 20.x ]
# strategy:
# matrix:
# node-version: [ 16.x, 18.x, 20.x ]
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true

Expand All @@ -136,7 +136,7 @@ jobs:
id: setup
with:
cache: pnpm
node-version: ${{ matrix.node-version }}
node-version-file: .nvmrc

- name: Install deps
id: install
Expand Down

0 comments on commit c3acd36

Please sign in to comment.