Skip to content

Commit 9210e08

Browse files
committed
chore: pause inactive cypress tests
1 parent 00ad566 commit 9210e08

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,13 @@ jobs:
108108
if: steps.api-node-modules.outputs.cache-hit != 'true'
109109
run: npm install --legacy-peer-deps
110110

111-
- name: Generate Coverage
112-
run: |
113-
npx cypress install
114-
npm run test
111+
# - name: Generate Coverage
112+
# run: |
113+
# npx cypress install
114+
# npm run test
115115

116116
- name: Coveralls
117117
uses: coverallsapp/github-action@master
118118
with:
119119
github-token: ${{ secrets.GITHUB_TOKEN }}
120-
path-to-lcov: ./coverage/lcov.info
120+
path-to-lcov: ./coverage/lcov.info

0 commit comments

Comments
 (0)