dbeatty10 / dbt-mysql

dbt-mysql contains all of the code enabling dbt to work with MySQL and MariaDB
Apache License 2.0
75 stars 53 forks source link

Migrate CircleCI to GitHub Actions #162

Closed mwallace582 closed 8 months ago

mwallace582 commented 8 months ago

resolves #120

Description

Migrate Circle CI lint, unit, and integration tests to GitHub Actions

dbt-snowflake and dbt-bigquery were used as inspiration for these changes, and I've updated this repo in many places to more closely follow those examples.

Checklist

mwallace582 commented 8 months ago

Integration tests won't run on this PR because the pull_request_target workflow requires that the test infrastructure has merged to the destination before tests can run.

I did verify that these tests run and pass in an earlier commit where I temporarily specified the pull_request workflow instead.