Skip to content

Fix issue where filtered aggregates did not have composite usage of the filter expressions involved #954

Fix issue where filtered aggregates did not have composite usage of the filter expressions involved

Fix issue where filtered aggregates did not have composite usage of the filter expressions involved #954

Workflow file for this run

name: BigQuery DB
on:
pull_request:
workflow_call:
secrets:
BIGQUERY_KEY:
required: true
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: GCloud auth
uses: 'google-github-actions/auth@v2'
with:
credentials_json: '${{ secrets.BIGQUERY_KEY }}'
- name: npm install, build, and test
run: |
npm ci --loglevel error
npm run build
npm run test-silent -- -- test packages/malloy-db-bigquery
env:
CI: true
MALLOY_DATABASES: bigquery