Skip to content

Commit d5ca10c

Browse files
committed
testing
1 parent 86d05a5 commit d5ca10c

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.github/workflows/stackql-deploy.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,19 @@ jobs:
1818
- name: Checkout
1919
uses: actions/checkout@v4
2020

21+
- name: Install Python
22+
uses: actions/[email protected]
23+
with:
24+
python-version: '3.10'
25+
26+
- name: Install stackql-deploy
27+
shell: bash
28+
run: pip install -q stackql-deploy pyyaml || { echo "pip install failed"; exit 1; }
29+
30+
- name: Run stackql-deploy
31+
shell: bash
32+
run: stackql-deploy info
33+
2134
- name: Deploy a Stack
2235
uses: stackql/[email protected]
2336
with:
@@ -27,4 +40,4 @@ jobs:
2740
env_vars: 'AWS_REGION=us-east-1'
2841
show_queries: 'true'
2942
log_level: 'DEBUG'
30-
43+

0 commit comments

Comments
 (0)