-
Notifications
You must be signed in to change notification settings - Fork 4
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
Read document ids from downloaded files in github integration tests #428
Labels
enhancement
New feature or request
Comments
michael-82
added a commit
that referenced
this issue
Jan 15, 2025
…tests - use grep/awk to extract the first id from an ontology and a codeable_concept file to use for checks
michael-82
added a commit
that referenced
this issue
Jan 15, 2025
…tests - use grep/awk to extract the first id from an ontology and a codeable_concept file to use for checks
michael-82
added a commit
that referenced
this issue
Jan 15, 2025
…tests - use grep/awk to extract the first id from an ontology and a codeable_concept file to use for checks
michael-82
added a commit
that referenced
this issue
Jan 15, 2025
…tests - use grep/awk to extract the first id from an ontology and a codeable_concept file to use for checks
michael-82
added a commit
that referenced
this issue
Jan 15, 2025
…tests - use grep/awk to extract the first id from an ontology and a codeable_concept file to use for checks
michael-82
added a commit
that referenced
this issue
Jan 16, 2025
…-read-document-ids-from-downloaded-files-in-github-integration-tests #428 - Read document ids from downloaded files in github integration tests
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The integration test that reads documents by id in github actions currently uses fixed ids. Those ids change with new ontology files which always leads to errors.
Extract some of the ids from the downloaded files and use them to conduct the tests.
The text was updated successfully, but these errors were encountered: