Skip to content

Commit

Permalink
Fix remote tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jhildenbiddle committed Feb 7, 2024
1 parent dffcdb9 commit cd55321
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install
run: npm ci --ignore-scripts
Expand All @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install
run: npm ci --ignore-scripts
Expand Down
11 changes: 9 additions & 2 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,16 @@ module.exports = function(config) {
os : 'Windows',
os_version : '10'
},
bs_firefox: {
// bs_firefox: {
// base : 'BrowserStack',
// browser : 'Firefox',
// os : 'Windows',
// os_version : '10'
// },
bs_ie_11: {
base : 'BrowserStack',
browser : 'Firefox',
browser : 'IE',
browser_version: '11.0',
os : 'Windows',
os_version : '10'
},
Expand Down

0 comments on commit cd55321

Please sign in to comment.