Skip to content

update tests

update tests #66

Workflow file for this run

name: Tinybird - CI Workflow
on:
workflow_dispatch:
pull_request:
branches:
- main
- master
types: [opened, reopened, labeled, unlabeled, synchronize, closed]
concurrency: ${{ github.workflow }}-${{ github.event.pull_request.number }}
jobs:
ci:
runs-on: ubuntu-latest
defaults:
run:
working-directory: './tinybird'
services:
tinybird:
image: tinybirdco/tinybird-local:beta
ports:
- 7181:7181
steps:
- uses: actions/checkout@v3
- name: Install Tinybird CLI
run: curl -LsSf https://api.tinybird.co/static/install.sh | sh
- name: Build project
run: tb build
- name: Test project
run: tb test run