Skip to content

Workflow file for this run

name: BigQuery DB
on: [push]
jobs:
test-bigquery:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v4
with:
submodules: 'true'
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Use GCloud
uses: 'google-github-actions/auth@v2'
with:
project_id: 'our-compound-417217'
workload_identifier_provider: 'projects/138882817702/locations/global/workloadIdentityPools/github/providers/malloy'
- name: npm install, build, and test
run: |
npm ci --loglevel error
npm run build
npm run test-silent
env:
CI: true
MALLOY_DATABASES: bigquery