Skip to content

Commit

Permalink
Run less tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sebamarynissen committed Jan 31, 2024
1 parent df1bd10 commit 35de37a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ jobs:
strategy:
matrix:
node-version: [18, 20, 21]
mongodb-version: [3.6, 4.4, 5.0, 6.0, 7.0]
mongodb-client: [4, 5, 6]
mongodb-version: [6.0, 7.0]
steps:
- name: Git checkout
uses: actions/checkout@v4
Expand All @@ -34,9 +33,6 @@ jobs:
restore-keys: |
${{ runner.os }}-build-agenda-
- name: Update npm
run: npm -g install npm@latest

- name: Install Packages
run: npm install

Expand All @@ -52,4 +48,3 @@ jobs:
run: npm run test
env:
CI: true
MONGODB_CLIENT_VERSION: ${{ matrix.mongodb-client }}

0 comments on commit 35de37a

Please sign in to comment.