mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-10-20 14:39:40 +02:00
Disabling coveralls temporarilly
This commit is contained in:
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@@ -45,11 +45,11 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
yarn test --coverage
|
yarn test --coverage
|
||||||
|
|
||||||
- name: Upload Test Results
|
#- name: Upload Test Results
|
||||||
uses: coverallsapp/github-action@v1.0.1
|
# uses: coverallsapp/github-action@v1.0.1
|
||||||
with:
|
# with:
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
# github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
parallel: true
|
# parallel: true
|
||||||
|
|
||||||
# - name: Run E2E Tests
|
# - name: Run E2E Tests
|
||||||
# run: yarn e2e
|
# run: yarn e2e
|
||||||
|
Reference in New Issue
Block a user