Skip to content

Commit

Permalink
fix: creating test folders
Browse files Browse the repository at this point in the history
creating coverage folder as it is not auto generated
  • Loading branch information
BKristenssonAlfsson committed Jun 12, 2020
1 parent db62b8b commit 5819c20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
npm install -g npm
npm version
npm install
mkdir coverage
chmod 777 /coverage
env:
CI: true
- name: End-to-end Tests with Cypress
Expand Down

0 comments on commit 5819c20

Please sign in to comment.