Skip to content

Commit

Permalink
build: fix matrix testing
Browse files Browse the repository at this point in the history
  • Loading branch information
scolladon committed Oct 6, 2024
1 parent b28b1a2 commit 18924d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
node: [20, 22, 24]
cli: [sfdx-cli, '@salesforce/cli']
node: [20, 22]
cli: ['@salesforce/cli']
runs-on: ${{ matrix.os }}
steps:
- name: Checkout sources
Expand Down

0 comments on commit 18924d6

Please sign in to comment.