diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 69d3857c6..cbcac4b24 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,8 +57,8 @@ jobs: # PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }} # CYPRESS_CACHE_FOLDER: .cache/Cypress - - name: Post Upload Test Results - uses: coverallsapp/github-action@master - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - parallel-finished: true \ No newline at end of file + #- name: Post Upload Test Results + # uses: coverallsapp/github-action@master + # with: + # github-token: ${{ secrets.GITHUB_TOKEN }} + # parallel-finished: true \ No newline at end of file