Skip to content

Commit

Permalink
Temporarily disable node test and coverage report (#8042)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed Aug 4, 2023
1 parent 1516031 commit 42ae9af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
- name: Run tests
run: |
xvfb-run -s "-ac -screen 0 1280x1024x16" yarn test ci
xvfb-run -s "-ac -screen 0 1280x1024x16" yarn test-ci
- name: Coveralls
uses: coverallsapp/github-action@09b709cf6a16e30b0808ba050c7a6e8a5ef13f8d # v1.2.5
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
# - name: Coveralls
# uses: coverallsapp/github-action@09b709cf6a16e30b0808ba050c7a6e8a5ef13f8d # v1.2.5
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}

test-python:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"publish": "ocular-publish",
"start": "open https://deck.gl/docs/get-started/getting-started",
"test": "ocular-test",
"test-ci": "ocular-lint && ocular-test browser-headless",
"test-fast": "ocular-test fast",
"test-node": "ocular-test node",
"test-browser": "ocular-test browser",
Expand Down

0 comments on commit 42ae9af

Please sign in to comment.