Skip to content

Commit

Permalink
chore: CI upd.
Browse files Browse the repository at this point in the history
  • Loading branch information
egorgripasov committed May 10, 2022
1 parent 64b6afa commit 4fef7ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
clean: true
clean: false
- name: Build, lint and test
run: |
\. "$NVM_DIR/nvm.sh" && nvm use
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
clean: true
clean: false
- name: Check, install and build
run: |
\. "$NVM_DIR/nvm.sh" && nvm use
Expand Down

0 comments on commit 4fef7ce

Please sign in to comment.