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 83df34f commit 0799b72
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/snowflake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,15 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: '3.10'

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

0 comments on commit 0799b72

Please sign in to comment.