Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Co-authored-by: Cam Gorrie <[email protected]>
  • Loading branch information
sfc-gh-osalazarlizano and sfc-gh-cgorrie authored Jul 2, 2024
1 parent a026ed6 commit 0554061
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

By default, GitHub disables any workflows (or CI/CD pipelines) when forking a repository. The forked repository contains a CI/CD workflow to deploy your data pipeline to dev and prod environments. Enable the workflows by opening your forked repository in GitHub, clicking on the `Actions` tab near the top middle of the page, and then clicking on the "I understand my workflows, go ahead and enable them" green button.

You must also add the appropriate secrets to your fork to enable integration tests; see the configuration section below.
## Python Tests Workflow (Unit Tests)

Unit tests only runs when there are changes or additions in native apps containing python files. The [pipeline](./.github/workflows/ci.yml) detects which apps were changed and only the tests for those apps are going to be executed.
Expand Down

0 comments on commit 0554061

Please sign in to comment.