Skip to content

Commit c31d4e2

Browse files
author
Adriano Sanges
committed
Update GitHub Actions workflow to run scan_properties.py from correct directory
1 parent e251ed0 commit c31d4e2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/run-project.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,6 @@ jobs:
3737
warehouse_name: ${{ secrets.warehouse_name }}
3838
motherduck_token: ${{ secrets.motherduck_token }}
3939
scrape_url: ${{ secrets.scrape_url }}
40-
run: uv run real-estate-etl/scan_properties.py
40+
run: |
41+
cd real-estate-etl
42+
uv run scan_properties.py

0 commit comments

Comments
 (0)