The following must be set up.
- Google Cloud Project
- A dataset, stored in
BIGQUERY_DATASET_ID - A secondary dataset, stored in
BIGQUERY_SECONDARY_DATASET_ID
Additionally, you must be logged in to Google Cloud via gcloud auth application-default login.
Follow the instructions here: https://github.com/google-github-actions/auth?tab=readme-ov-file#indirect-wif
Authorize all branches on this repo to access the cluster, not just main.
This means PRs from individuals still can't be tested, but PRs from
contributors (who do not use a fork) can be.