We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5760364 commit ec01812Copy full SHA for ec01812
.github/workflows/test-lint.yml
@@ -41,7 +41,7 @@ jobs:
41
working-directory: ./tests
42
run: python test_report_data.py
43
- name: Prepare website build
44
- run: cp -r tests/outputs/2022 reports/outputs/. && cp tests/fixtures/* reports/outputs/.
+ run: cp -r tests/outputs/2024 reports/outputs/. && cp tests/fixtures/* reports/outputs/.
45
- name: Run website build
46
working-directory: ./website
47
run: npm install && npm run build && cat build/index.html | grep "Monthly GTFS Quality Reports"
0 commit comments