Skip to content

Commit

Permalink
Patch server.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
michalspano committed Nov 1, 2023
1 parent 39d3f67 commit 1113c56
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
cache-dependency-path: server/package-lock.json
- run: |
cd server
npm run ci
npm ci
test:
runs-on: ubuntu-latest
Expand All @@ -28,6 +28,4 @@ jobs:
uses: supercharge/[email protected]
with:
mongodb-version: 4.4
- run: |
cd server
npm run ci-test
- run: npm run ci-test

0 comments on commit 1113c56

Please sign in to comment.