Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Nov 1, 2023
1 parent c81bd2d commit bd849dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,18 @@ jobs:
uses: actions/checkout@master

- uses: borales/actions-yarn@v4
name: install
with:
cmd: install

- name: run
run: yarn run test

- uses: codecov/codecov-action@v3
name: Upload
name: upload
with:
directory: ./coverage/ngx-filesaver
files: ./*.html
token: ${{ secrets.CODECOV_TOKEN }}

lint:
Expand Down

0 comments on commit bd849dd

Please sign in to comment.