Skip to content

Commit

Permalink
adding localstack snowflake action
Browse files Browse the repository at this point in the history
  • Loading branch information
fdosani committed Oct 28, 2024
1 parent ba3221c commit 376295d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/snowflake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:

- name: Start Snowflake emulator
run:
docker pull localstack/snowflake:latest
docker pull localstack/snowflake:latest &&
pip install localstack
IMAGE_NAME=localstack/snowflake localstack start -d
IMAGE_NAME=localstack/snowflake localstack start
echo "Waiting for LocalStack startup..."
localstack wait -t 15
echo "Startup complete"
Expand Down

0 comments on commit 376295d

Please sign in to comment.