Skip to content

Commit

Permalink
Testing with 2 redirect 3
Browse files Browse the repository at this point in the history
  • Loading branch information
jcpitre committed Oct 24, 2023
1 parent b1c5aeb commit 9f5d484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/export_to_csv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
for catalog_path in [gtfs_schedule_catalog_path, gtfs_realtime_catalog_path]:
for path, sub_dirs, files in os.walk(catalog_path):
files.insert(0, "test-2001-withRedirects.json")
files.insert(0, "test-2001-withTwoRedirects.json")
files.insert(0, "test-2002-withTwoRedirects.json")
files.insert(0, "test-2000.json")
for file in files:
if count >= 5:
Expand Down

0 comments on commit 9f5d484

Please sign in to comment.