You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pytest -n auto -m "not integration" --junitxml=test-results/junit-unit.xml
clone-upstream:
if [ -d "./_sqlmesh_upstream" ]; then cd ./_sqlmesh_upstream && git pull; else git clone --depth=1 git@github.com:TobikoData/sqlmesh.git ./_sqlmesh_upstream; fi
engine-%-up:
cd _sqlmesh_upstream && make engine-docker-${*}-up