Use example config for tests
All checks were successful
Test pipeline / test (push) Successful in 11s
All checks were successful
Test pipeline / test (push) Successful in 11s
This commit is contained in:
parent
3141780dad
commit
3dd034c234
3 changed files with 35 additions and 10 deletions
23
tests/config_test.yaml
Normal file
23
tests/config_test.yaml
Normal file
|
@ -0,0 +1,23 @@
|
|||
default_grant:
|
||||
- funder: "Awesome Funding Agency"
|
||||
id: "ABC12345"
|
||||
|
||||
phase:
|
||||
"Phase 1 (2021/2025)":
|
||||
start: 2021
|
||||
end: 2025
|
||||
|
||||
pis:
|
||||
- family_name: "Doe"
|
||||
given_name: "Jon"
|
||||
orcid: "0000-0000-0000-0000"
|
||||
email: "jon.doe@iana.org"
|
||||
affiliation: "Institute of Science, Some University"
|
||||
project: ["Project A01"]
|
||||
|
||||
- family_name: "Doe"
|
||||
given_name: "Jane"
|
||||
orcid: "0000-0000-0000-0001"
|
||||
email: "jane.doe@iana.org"
|
||||
affiliation: "Institute of Science, Some University"
|
||||
project: ["Project A02"]
|
Loading…
Add table
Add a link
Reference in a new issue