Skip to content

Commit

Permalink
Cherry pick wooorm/trough#11
Browse files Browse the repository at this point in the history
  • Loading branch information
jablko committed Feb 20, 2022
1 parent 11ab208 commit 09a43cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
- run: npm install -g npm@7 # https://github.com/npm/cli/issues/4341#issuecomment-1040608101
- run: npm install -g npm
- run: npm install
- name: Cherry pick https://github.com/wooorm/trough/pull/11
run: |
curl https://patch-diff.githubusercontent.com/raw/wooorm/trough/pull/11.patch |
git apply --ignore-space-change --directory node_modules/trough
- run: npm test
- uses: codecov/codecov-action@v1
strategy:
Expand Down

0 comments on commit 09a43cf

Please sign in to comment.