Disable firefox tests for now

That was way more errors than I expected
This commit is contained in:
2021-01-29 19:09:10 +00:00
parent aa51ce7861
commit df94b93f55
3 changed files with 8 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
browser: ['chrome', 'firefox']
browser: ['chrome']
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BROWSER: ${{ matrix.browser }}