Skip to content

Testing Tinybird data source testing strategies #12

Testing Tinybird data source testing strategies

Testing Tinybird data source testing strategies #12

Workflow file for this run

##################################################
### Visit https://github.com/tinybirdco/ci ###
### for more details or custom CI/CD ###
##################################################
name: Tinybird - CI Workflow
on:
workflow_dispatch:
pull_request:
branches:
- main
- master
types: [opened, reopened, labeled, unlabeled, synchronize, closed]
paths:
- 'config/tinybird/**'
concurrency: ${{ github.workflow }}-${{ github.event.pull_request.number }}
jobs:
ci: # ci using environments from workspace 'unrenamed'
uses: tinybirdco/ci/.github/workflows/[email protected]
with:
data_project_dir: config/tinybird
secrets:
tb_admin_token: ${{ secrets.TB_ADMIN_TOKEN }} # set the Workspace admin token in GitHub secrets
tb_host: https://api.tinybird.co