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 5e66791 commit c98e67bCopy full SHA for c98e67b
.github/workflows/ci.yaml
@@ -29,6 +29,7 @@ jobs:
29
run: yarn add --dev jest@${{ matrix.jest-version }} babel-jest@${{ matrix.jest-version }} @types/jest@${{ matrix.jest-version }}
30
- run: yarn test:coverage
31
- uses: codecov/codecov-action@v3
32
+ if: ${{ always() }}
33
34
test-os:
35
name: Test on ${{ matrix.os }} using Node.js LTS
@@ -47,6 +48,7 @@ jobs:
47
48
- run: yarn install
49
50
51
52
53
lint:
54
name: Run ESLint & TypeScript compiler
0 commit comments