Skip to content

Chore: Add workflow to trigger on SQLMesh being updated upstream #10

Chore: Add workflow to trigger on SQLMesh being updated upstream

Chore: Add workflow to trigger on SQLMesh being updated upstream #10

Workflow file for this run

name: CI
on:
pull_request:
types:
- opened
- synchronize
jobs:
style:
name: Style
runs-on: ubuntu-latest
timeout-minutes: 30
permissions:
contents: "read"
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}-style
cancel-in-progress: true
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Base
uses: ./.github/actions/setup-base
- name: Check style
run: make style
unit-tests:
name: Unit tests
runs-on: ubuntu-latest
needs: style
timeout-minutes: 30
permissions:
contents: "read"
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}-unit-tests-${{ matrix.python_version }}
cancel-in-progress: true
strategy:
matrix:
python_version:
- '3.9'
- '3.10'
- '3.11'
- '3.12'
- '3.13'
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Base
uses: ./.github/actions/setup-base
with:
python-version: ${{ matrix.python_version }}
- name: Run Unit Tests
run: make test
integration-tests:
name: Integration Tests
runs-on: ubuntu-latest
needs: style
timeout-minutes: 30
permissions:
contents: "read"
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}-integration-tests
cancel-in-progress: true
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Base
uses: ./.github/actions/setup-base
- name: Checkout upstream SQLMesh
uses: actions/checkout@v4
with:
repository: TobikoData/sqlmesh
ref: refs/heads/main
path: _sqlmesh_upstream
- name: Run Integration Tests
run: make integration-test
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy