Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add github actions to trigger jobs & verify operation #6

Open
vshlemon opened this issue Aug 6, 2024 · 1 comment
Open

Add github actions to trigger jobs & verify operation #6

vshlemon opened this issue Aug 6, 2024 · 1 comment

Comments

@vshlemon
Copy link
Member

vshlemon commented Aug 6, 2024

Add github actions for any pushes to verify:

  • Within docker container that things work as expected (e.g. ogr2ogr is installed, file-sys locations can be accessed, http calls to server are possible etc. - format these as tests for docker somehow?)
  • Without docker container that things work as expected (...as above)
  • Ensure the linting checks are kicked off and passed
  • Ensure the unit tests are kicked off and passed
@vshlemon
Copy link
Member Author

There should be a way to run in docker e.g. BUT also need to find a way to:

  • Report if there were any errors in the execution (we could catch exceptions to allow the programme to run start to finish for all countries, but would then need a way at the end to report how many issues and where - perhaps a test-suite would be the best way to achieve this & we could get a coverage %)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant