Skip to content

Commit

Permalink
Test build
Browse files Browse the repository at this point in the history
  • Loading branch information
sebamarynissen committed Jan 31, 2024
1 parent a3cf79e commit 8018858
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Start MongoDB
uses: supercharge/[email protected]
with:
mongodb-version: ${{ matrix.mongodb-version }}

- name: Cache node modules
uses: actions/cache@v4
env:
Expand All @@ -41,10 +36,3 @@ jobs:

- name: Build
run: npm run build
env:
CI: true

- name: Test
run: npm test
env:
CI: true

0 comments on commit 8018858

Please sign in to comment.