Skip to content

Commit

Permalink
Restore browser test (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress authored Jul 23, 2024
1 parent 39b6f6e commit 464ad1f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
<title>math.gl tests</title>
</head>
<body>
<script type="module" src="./test/browser.ts" ></script>
</body>
</html>

0 comments on commit 464ad1f

Please sign in to comment.