We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a076455 commit 5bf17ecCopy full SHA for 5bf17ec
1 file changed
.github/workflows/build.yml
@@ -13,7 +13,6 @@ jobs:
13
tests:
14
name: Unit tests
15
runs-on: ubuntu-latest
16
- if: "!startsWith(github.head_ref, 'renovate/')"
17
18
steps:
19
- name: Checkout
@@ -35,12 +34,12 @@ jobs:
35
34
run: pnpm test --coverage
36
37
- name: Upload coverage
+ continue-on-error: true
38
uses: coverallsapp/github-action@v2
39
40
lint:
41
name: Lint
42
43
44
45
46
0 commit comments