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 a47dce7 commit ba3221c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snowflake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ 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
echo "Waiting for LocalStack startup..."
Expand Down

0 comments on commit ba3221c

Please sign in to comment.