Skip to content

Commit

Permalink
fix: debugging paths
Browse files Browse the repository at this point in the history
debugging paths to files
  • Loading branch information
BKristenssonAlfsson committed Jun 12, 2020
1 parent 544155d commit db62b8b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ jobs:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Current directory
run: pwd
run: |
pwd
ls -al
- name: Code Coverage Report
uses: codecov/codecov-action@v1
with:
Expand Down

0 comments on commit db62b8b

Please sign in to comment.