Skip to content

fix: Unblock the releases on Node Bigquery (#7946) #218

fix: Unblock the releases on Node Bigquery (#7946)

fix: Unblock the releases on Node Bigquery (#7946) #218

Workflow file for this run

on:
push:
branches:
- main
name: continuous
jobs:
units:
runs-on: ubuntu-latest
strategy:
matrix:
node: [18, 20, 22]
steps:
- uses: actions/checkout@v6
- uses: pnpm/action-setup@v4
with:
version: ^7.0.0
- run: node --version
- run: ci/run_conditional_tests.sh
name: Run unit tests
env:
BUILD_TYPE: continuous
TEST_TYPE: units