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 51b58a7 commit 83df34f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/snowflake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:

- name: Start Snowflake emulator
run:
docker pull localstack/snowflake:latest &&
docker pull localstack/snowflake:latest &
pip install localstack
IMAGE_NAME=docker.io/localstack/snowflake localstack start
IMAGE_NAME=localstack/snowflake localstack start -d
echo "Waiting for LocalStack startup..."
localstack wait -t 15
echo "Startup complete"
env:
LOCALSTACK_API_KEY: ${{ secrets.LOCALSTACK_AUTH_TOKEN }}
LOCALSTACK_API_KEY: ${{ secrets.LOCALSTACK_API_KEY }}

0 comments on commit 83df34f

Please sign in to comment.