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 0799b72 commit 5399b0b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/snowflake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ jobs:
- name: Start Snowflake emulator
run:
docker pull localstack/snowflake:latest &
python -m pip install --upgrade pip
python -m pip install localstack
IMAGE_NAME=localstack/snowflake localstack start -d
localstack start -d
echo "Waiting for LocalStack startup..."
localstack wait -t 15
echo "Startup complete"
env:
LOCALSTACK_API_KEY: ${{ secrets.LOCALSTACK_API_KEY }}
IMAGE_NAME: localstack/snowflake

0 comments on commit 5399b0b

Please sign in to comment.