mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This commit also performs lock file maintenance on all integration tests, fixing some ambigous ESM/CJS dependency graph issues. e.g. ``` Unknown error: Error [ERR_REQUIRE_ESM]: require() of ES Module /tmp/ng-integration-test-aTpQOT/test-sandbox/node_modules/string-width/index.js from /tmp/ng-integration-test-aTpQOT/test-sandbox/node_modules/cliui/build/index.cjs not supported. Instead change the require of index.js in /tmp/ng-integration-test-aTpQOT/test-sandbox/node_modules/cliui/build/index.cjs to a dynamic import() which is available in all CommonJS modules. ------------------------------------------ ``` Closes #56261. PR Close #56365
21 lines
625 B
YAML
21 lines
625 B
YAML
name: Google Internal Tests Enforcement
|
|
|
|
on:
|
|
pull_request_target:
|
|
types: [opened, reopened, synchronize]
|
|
|
|
permissions: {}
|
|
|
|
jobs:
|
|
trigger:
|
|
permissions:
|
|
pull-requests: read
|
|
statuses: write
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
|
|
- uses: angular/dev-infra/github-actions/google-internal-tests@03b8a7dffd1205e061f0bee949024ebefc2a6592
|
|
with:
|
|
run-tests-guide-url: http://go/angular-g3sync-start
|
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
|
sync-config: ./.ng-dev/google-sync-config.json
|