Include missing json for tests
Some checks failed
Test pipeline / test (push) Failing after 12s

This commit is contained in:
Alexander Minges 2025-03-21 15:57:29 +01:00
parent 8366dbbad9
commit 5970b89fd1
Signed by: Athemis
SSH key fingerprint: SHA256:TUXshgulbwL+FRYvBNo54pCsI0auROsSEgSvueKbkZ4
3 changed files with 5 additions and 1 deletions

View file

@ -14,7 +14,6 @@ jobs:
- name: Install dependencies
run: |
cd doi2dataset
ls tests
pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements-dev.txt

4
.gitignore vendored
View file

@ -4,6 +4,10 @@ config.yaml
# Processed DOIs
*.json
# But do not ignore JSON files inside the tests directory (and its subdirectories)
!tests/
!tests/**/*.json
# Typing stubs
typing/

1
tests/srep45389.json Normal file

File diff suppressed because one or more lines are too long