mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-09 20:47:26 +00:00
fix: ls more
This commit is contained in:
parent
60df6ae1eb
commit
3f12b217a8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
- name: Run tests and collect coverage
|
||||
run: npm run test
|
||||
- name: ls
|
||||
run: ls
|
||||
run: ls -al dist/
|
||||
- name: Upload coverage to Codecov (script)
|
||||
uses: ./
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue