Skip to content

Commit

Permalink
fixup! not isolate mode
Browse files Browse the repository at this point in the history
  • Loading branch information
timmywil committed Mar 18, 2024
1 parent 950334d commit 2013cf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/browserstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ jobs:
--jquery 3.3.1 --jquery 3.3.1.slim --jquery 3.2.1 --jquery 3.2.1.slim \
--jquery 3.1.1 --jquery 3.1.1.slim --jquery 3.0.0 --jquery 3.0.0.slim \
--run-id ${{ github.run_id }} \
--isolate --retries 3 --hard-retries 1
--retries 3 --hard-retries 1
2 changes: 1 addition & 1 deletion test/runner/browserstack/browsers.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export async function createBrowserWorker( url, browser, options, restarts = 0 )
const worker = await createWorker( {
...browser,
url: encodeURI( url ),
project: "jquery",
project: "jquery-migrate",
build: `Run ${ runId }`,

// This is the maximum timeout allowed
Expand Down

0 comments on commit 2013cf8

Please sign in to comment.