data-mie / dbt-profiler

Macros for generating dbt model data profiles
Apache License 2.0
81 stars 33 forks source link

Replace Github Actions with CircleCI #46

Closed stumelius closed 2 years ago

stumelius commented 2 years ago

Description & motivation

Github Actions doesn't allow the use of repository secrets in PRs created by non-maintainers. This PR migrates the continuous integration workflow to CircleCI which allows secrets to be used in all workflow runs. There is now a manual approval step before running BigQuery tests.

Checklist