Skip to content

Commit ec01812

Browse files
committed
fix test yml
1 parent 5760364 commit ec01812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
working-directory: ./tests
4242
run: python test_report_data.py
4343
- name: Prepare website build
44-
run: cp -r tests/outputs/2022 reports/outputs/. && cp tests/fixtures/* reports/outputs/.
44+
run: cp -r tests/outputs/2024 reports/outputs/. && cp tests/fixtures/* reports/outputs/.
4545
- name: Run website build
4646
working-directory: ./website
4747
run: npm install && npm run build && cat build/index.html | grep "Monthly GTFS Quality Reports"

0 commit comments

Comments
 (0)