Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganitzsh committed Oct 31, 2023
1 parent 00ffb7b commit fbf312e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ jobs:
run: npm ci --ignore-scripts --no-audit --no-progress --prefer-offline
- name: Test
run: npm run test:ci
- name: Run ls in coverage directory
run: ls -la ./coverage
- name: Run ls in directory
run: ls -la .
- name: Upload coverage to Coveralls
uses: coverallsapp/github-action@master
with:
Expand Down

0 comments on commit fbf312e

Please sign in to comment.