Skip to content

[Fix] Update Dev Container Dependencies #63

[Fix] Update Dev Container Dependencies

[Fix] Update Dev Container Dependencies #63

Workflow file for this run

name: CI
on:
# Triggers the workflow on push or pull request events but only for the main branch
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
env:
DBT_PROFILES_DIR: . # Use integration_tests/profiles.yml
steps:
- name: Checkout Branch
uses: actions/checkout@v2
- name: CI in Dockerfile
uses: ./.github/actions/run_ci