Skip to content

Commit

Permalink
chore: temporary remove Firefox from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
smalluban committed Jan 8, 2024
1 parent ec6f8b1 commit a750165
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 19
node-version: 20
cache: "npm"
- uses: browser-actions/setup-chrome@latest
- uses: browser-actions/setup-firefox@latest

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion karma.conf.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = (config) => {
reporters: ["dots"].concat(IS_COVERAGE ? ["coverage"] : []),
browsers: IS_COVERAGE
? ["ChromeHeadless"]
: ["ChromeHeadless", "WebkitHeadless", "FirefoxHeadless"],
: ["ChromeHeadless", "WebkitHeadless"],
client: {
captureConsole: false,
jasmine: {
Expand Down

0 comments on commit a750165

Please sign in to comment.