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 13a471d commit 51b58a7
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 @@ -12,7 +12,7 @@ jobs:
run:
docker pull localstack/snowflake:latest &&
pip install localstack
IMAGE_NAME=localstack/snowflake:latest localstack start
IMAGE_NAME=docker.io/localstack/snowflake localstack start
echo "Waiting for LocalStack startup..."
localstack wait -t 15
echo "Startup complete"
Expand Down

0 comments on commit 51b58a7

Please sign in to comment.