Skip to content

Commit 0b85a67

Browse files
author
Gentris Leci
committed
Fix wrong directory
1 parent 5a37900 commit 0b85a67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-snowflake-feature-coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030

3131
- name: Run the script
3232
run: |
33-
cd localstack-docs
33+
cd localstack
3434
pip install localstack lxml requests
35-
python ../snowflake/etc/coverage.py
35+
python ./etc/coverage.py
3636
3737
- name: Move the generated files
3838
run: |

0 commit comments

Comments
 (0)