Skip to content

Commit

Permalink
fix: testing for coverage folder
Browse files Browse the repository at this point in the history
Couldnt chmod folder
  • Loading branch information
BKristenssonAlfsson committed Jun 12, 2020
1 parent 5819c20 commit 26218fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
npm version
npm install
mkdir coverage
chmod 777 /coverage
env:
CI: true
- name: End-to-end Tests with Cypress
Expand All @@ -42,7 +41,7 @@ jobs:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Current directory
run: |
run: |
pwd
ls -al
- name: Code Coverage Report
Expand Down

0 comments on commit 26218fd

Please sign in to comment.