Skip to content

Commit

Permalink
Reduce test targets for CI efficiency
Browse files Browse the repository at this point in the history
  • Loading branch information
johngian committed Dec 4, 2023
1 parent 8a6ab4a commit e526ad1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
fail-fast: false
max-parallel: 2
matrix:
node-version: [10.x, 12.x, 14.x, 16.x]
node-version: [12.x]
cassandra-version: [3.11.4]
test-target: [sqlite, cassandra]
test-target: [cassandra]
test-mode: [fs]
# test-mode: [fs, fefs, febe] - fefs and febe are not used in prod and likely never will be

Expand Down

0 comments on commit e526ad1

Please sign in to comment.