Skip to content

Fix error

Fix error #35

name: Test All Partner Drivers
on: push
jobs:
clickhouse-edge:
name: edge
uses: ./.github/workflows/callable-partner-driver.yml
with:
MB_REF: 'master'
PARTNER_REF: 'master'
DRIVER: 'clickhouse'
REPO: ClickHouse/metabase-clickhouse-driver
DOCKER: true
clickhouse-current:
name: current
uses: ./.github/workflows/callable-partner-driver.yml
with:
MB_REF: 'release-x.${{ vars.CURRENT_VERSION }}.x'
PARTNER_REF: 'master'
DRIVER: 'clickhouse'
REPO: ClickHouse/metabase-clickhouse-driver
DOCKER: true
clickhouse-previous:
name: previous
uses: ./.github/workflows/callable-partner-driver.yml
with:
MB_REF: 'release-x.${{ vars.CURRENT_VERSION - 1 }}.x'

Check failure on line 30 in .github/workflows/test-partner-driver.yml

View workflow run for this annotation

GitHub Actions / Test All Partner Drivers

Invalid workflow file

The workflow is not valid. .github/workflows/test-partner-driver.yml (Line: 30, Col: 15): Unexpected symbol: '-'. Located at position 22 within expression: vars.CURRENT_VERSION - 1
PARTNER_REF: 'master'
DRIVER: 'clickhouse'
REPO: ClickHouse/metabase-clickhouse-driver
DOCKER: true
materialize:
uses: ./.github/workflows/callable-partner-driver.yml
with:
MB_REF: 'master'
PARTNER_REF: 'master'
DRIVER: 'materialize'
REPO: MaterializeInc/metabase-materialize-driver
DOCKER: true
ocient:
uses: ./.github/workflows/callable-partner-driver.yml
with:
MB_REF: 'master'
PARTNER_REF: 'master'
DRIVER: 'ocient'
REPO: Xeograph/metabase-ocient-driver
DOCKER: false
starburst:
uses: ./.github/workflows/callable-partner-driver.yml
with:
MB_REF: 'master'
PARTNER_REF: 'main'
DRIVER: 'starburst'
REPO: starburstdata/metabase-driver
DOCKER: false