From 9cccd7a7d11e85fe47f9f0804f61bf581e719636 Mon Sep 17 00:00:00 2001 From: Brent Hosie Date: Tue, 24 Jun 2025 12:04:24 -0600 Subject: [PATCH 1/2] pdcl-10312: this is a node project, not yarn --- .github/workflows/dev.yaml | 2 +- .github/workflows/npm-publish.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dev.yaml b/.github/workflows/dev.yaml index 5c1fd16..078e6ac 100644 --- a/.github/workflows/dev.yaml +++ b/.github/workflows/dev.yaml @@ -26,7 +26,7 @@ jobs: run: echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p - name: Install dependencies if: steps.npm-cache.outputs.cache-hit != 'true' - run: yarn install --frozen-lockfile + run: npm ci - uses: saucelabs/sauce-connect-action@v1 with: username: ${{ secrets.SAUCE_USERNAME }} diff --git a/.github/workflows/npm-publish.yaml b/.github/workflows/npm-publish.yaml index c042330..bf10af4 100644 --- a/.github/workflows/npm-publish.yaml +++ b/.github/workflows/npm-publish.yaml @@ -36,6 +36,8 @@ jobs: with: username: ${{ secrets.SAUCE_USERNAME }} accessKey: ${{ secrets.SAUCE_ACCESS_KEY }} + noSSLBumpDomains: all + noProxyCaching: true tunnelIdentifier: github-action-tunnel - run: npm test env: From 56ce8d1db1a040e653e1dec30abaeaeb50108957 Mon Sep 17 00:00:00 2001 From: Brent Hosie Date: Tue, 24 Jun 2025 12:11:12 -0600 Subject: [PATCH 2/2] pdcl-10312: follow reactor-extension-core karma.conf file --- karma.conf.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/karma.conf.js b/karma.conf.js index 660a546..f2c2bc7 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -38,8 +38,8 @@ if (process.env.CI) { defaultBrowsers = [ 'SL_EDGE', 'SL_CHROME', - 'SL_FIREFOX', - 'SL_ANDROID', + // 'SL_FIREFOX', + // 'SL_ANDROID', // nuking for now 'SL_SAFARI' ]; reporters.push('saucelabs'); @@ -68,7 +68,7 @@ const customLaunchers = { base: 'SauceLabs', browserName: 'safari', browserVersion: 'latest', - platformName: 'macOS 10.15' + platformName: 'macOS 11' }, SL_IE10: { base: 'SauceLabs',