Skip to content

ci(bigquery): fix discovery.yaml by installing root dependencies#8955

Open
westarle wants to merge 2 commits into
googleapis:mainfrom
westarle:fix-discovery-yaml
Open

ci(bigquery): fix discovery.yaml by installing root dependencies#8955
westarle wants to merge 2 commits into
googleapis:mainfrom
westarle:fix-discovery-yaml

Conversation

@westarle

@westarle westarle commented Jul 23, 2026

Copy link
Copy Markdown

This fixes an issue where ESLint could not find the gts config because the root node_modules was empty, and ignores system-test/fixtures which are not included in the tsconfig.

Tested locally with the following commands:

npm install
cd handwritten/bigquery
npm install
npm run types
npm run fix

Fixes #8954 🦕

@westarle
westarle requested a review from a team as a code owner July 23, 2026 14:25
@gemini-code-assist

Copy link
Copy Markdown
Contributor

Note

Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported.

@westarle westarle changed the title ci: fix discovery.yaml by installing root dependencies ci(bigquery): fix discovery.yaml by installing root dependencies Jul 23, 2026
@westarle westarle added the api: bigquery Issues related to the BigQuery API. label Jul 23, 2026
@westarle
westarle force-pushed the fix-discovery-yaml branch from 7eb8775 to ec50638 Compare July 23, 2026 16:19
@westarle
westarle requested a review from a team as a code owner July 23, 2026 16:19
…ixtures

This fixes an issue where ESLint could not find the gts config because the root node_modules was empty, and ignores system-test/fixtures which are not included in the tsconfig.

Tested locally with the following commands:

```bash
npm install
cd handwritten/bigquery
npm install
npm run types
npm run fix
```
@westarle
westarle force-pushed the fix-discovery-yaml branch from ec50638 to ef04099 Compare July 23, 2026 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: bigquery Issues related to the BigQuery API.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ci(bigquery): discovery.yaml workflow fails during npm run fix due to missing root dependencies

1 participant