File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -178,18 +178,18 @@ jobs:
178178 - run : yarn --cwd packages/zone.js/test/typings install --frozen-lockfile --non-interactive
179179 - run : yarn --cwd packages/zone.js/test/typings test
180180
181- saucelabs :
182- runs-on : ubuntu-latest-4core
183- env :
184- SAUCE_TUNNEL_IDENTIFIER : angular-framework-${{ github.run_number }}
185- steps :
186- - name : Initialize environment
187- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@b5a3609f89c06eb4037dce22a93641213a5d1508
188- with :
189- cache-node-modules : true
190- - name : Install node modules
191- run : yarn install --frozen-lockfile
192- - uses : ./.github/actions/saucelabs-legacy
181+ # saucelabs:
182+ # runs-on: ubuntu-latest-4core
183+ # env:
184+ # SAUCE_TUNNEL_IDENTIFIER: angular-framework-${{ github.run_number }}
185+ # steps:
186+ # - name: Initialize environment
187+ # uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b5a3609f89c06eb4037dce22a93641213a5d1508
188+ # with:
189+ # cache-node-modules: true
190+ # - name: Install node modules
191+ # run: yarn install --frozen-lockfile
192+ # - uses: ./.github/actions/saucelabs-legacy
193193
194194 adev-deploy :
195195 needs : [adev]
You can’t perform that action at this time.
0 commit comments