Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-osalazarlizano committed Jul 2, 2024
1 parent 35dbeb4 commit 19688c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Integration Tests Workflow uses the [snowflake-cli-action](https://github.com/Sn
For apps that requieres some data before deployment, we provide a capability to define a `ci.sh` file in the root of the app, that executes all the steps required to deploy the app successfully. E.g.

```bash
# ci.yml
# ci.sh

set -e
bash setup.sh
Expand All @@ -52,4 +52,4 @@ bash setup.sh

#### Default behavior

If there are no `ci.yml` file, we just execute the `snow app run` and `snow app teardown` commands. That means that we are verify that the app were deployed and removed successfully from our Snowflake account.
If there are no `ci.sh` file, we just execute the `snow app run` and `snow app teardown` commands. That means that we are verify that the app were deployed and removed successfully from our Snowflake account.

0 comments on commit 19688c0

Please sign in to comment.