Skip to content

Commit

Permalink
fix: Fix coverage CI
Browse files Browse the repository at this point in the history
  • Loading branch information
amaury1093 committed Oct 7, 2022
1 parent 9e08140 commit be481f2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pr.yml
Expand Up @@ -71,9 +71,7 @@ jobs:
run: yarn install
- name: Run server, test and generate coverage report
run: |
cp .env.example .env.development
cp .env.example .env
yarn dev &
sleep 10
yarn test --coverage
env:
BACKEND_MONGODB_ATLAS_URI: mongodb://localhost/shootismoke

0 comments on commit be481f2

Please sign in to comment.