Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.8 KB

REPRODUCE_ERRORS.md

File metadata and controls

17 lines (11 loc) · 1.8 KB

Reproducing errors

Have you encountered a problem when validating a GTFS dataset? The best way for us to troubleshoot this is to reproduce the problem. Please see the steps below for how you can create a "pull request" that will run the validator in the GitHub Action environment where we can look at the results together.

  1. Navigate to .github/workflows/end_to_end.yml
  2. Click the crayon icon to enter edit mode crayon
  3. Edit the file .github/workflows/end_to_end.yml following instructions on lines 5, 43-45 and push on your PR branch (see detailed instructions here)
  4. Name your branch from the agency/authority/publisher of the feed you are testing pr-creation

You should now see the workflow End to end / run-on-data start automatically in your PR checks, running the validator on the dataset you just added. The validation report is collected as a run artifact in the Actions tab of your fork repository on GitHub.

If the workflow run crashes or something doesn't look right in the validation report json file, please open a PR in our repository describing the problem witnessed following the bug report format.

🎉 Thank you very much! The end to end workflow will run on the newly created PR in our repository and automatically collect all relevant information. We will automatically be informed of the newly created PR and will follow up directly in the PR.

While we welcome all contributions, our members and sponsors see their PRs and issues prioritized.