From 464ad1f5e5b04280fefbee61dd0d114dac0f3875 Mon Sep 17 00:00:00 2001 From: Xiaoji Chen Date: Tue, 23 Jul 2024 09:18:32 -0700 Subject: [PATCH] Restore browser test (#8) --- .github/workflows/test.yml | 12 +++++------- index.html | 1 + 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3f2a504e..0855f8ad 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,11 +33,9 @@ jobs: - name: Run tests run: | - # yarn test ci - (TODO - browser tests are broken) - yarn lint - yarn test node + 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 }} diff --git a/index.html b/index.html index 394a8153..6f8d50c2 100644 --- a/index.html +++ b/index.html @@ -4,5 +4,6 @@ math.gl tests +