We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c1580c commit b891fb4Copy full SHA for b891fb4
1 file changed
synthtool/gcp/templates/node_library/.github/workflows/ci.yaml
@@ -24,11 +24,6 @@ jobs:
24
- run: rm -rf node_modules
25
- run: npm install
26
- run: npm test
27
- - name: coverage
28
- uses: codecov/codecov-action@v1
29
- with:
30
- name: actions ${{ '{{' }} matrix.node {{ '}}' }}
31
- fail_ci_if_error: false
32
windows:
33
runs-on: windows-latest
34
steps:
@@ -38,11 +33,6 @@ jobs:
38
node-version: 14
39
40
35
41
42
43
44
- name: actions windows
45
46
36
lint:
47
37
runs-on: ubuntu-latest
48
0 commit comments