Skip to content

Generate citation strings from citation.cff file as part of build process #1787

Generate citation strings from citation.cff file as part of build process

Generate citation strings from citation.cff file as part of build process #1787

Triggered via pull request December 18, 2024 14:09
Status Failure
Total duration 3m 47s
Artifacts

build.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 1 warning
citing not using an array › citing without input: packages/jspsych/tests/citations/citations.test.ts#L40
expect(received).toBe(expected) // Object.is equality Expected: "de Leeuw, J. R., Gilbert, R. A., & Luchterhandt, B. (2023). jsPsych: Enabling an Open-Source Collaborative Ecosystem of Behavioral Experiments. Journal of Open Source Software, 8(85), 5351. https://doi.org/10.21105/joss.05351 " Received: "" at Object.<anonymous> (tests/citations/citations.test.ts:40:38)
citing using an array in different formats › citing empty array with APA format: packages/jspsych/tests/citations/citations.test.ts#L54
expect(received).toBe(expected) // Object.is equality Expected: "de Leeuw, J. R., Gilbert, R. A., & Luchterhandt, B. (2023). jsPsych: Enabling an Open-Source Collaborative Ecosystem of Behavioral Experiments. Journal of Open Source Software, 8(85), 5351. https://doi.org/10.21105/joss.05351 " Received: "" at Object.<anonymous> (tests/citations/citations.test.ts:54:47)
citing using an array in different formats › citing empty array with BibTeX format: packages/jspsych/tests/citations/citations.test.ts#L57
expect(received).toBe(expected) // Object.is equality Expected: "@Article{Leeuw2023jsPsych, author = {de Leeuw, Joshua R. and Gilbert, Rebecca A. and Luchterhandt, Bj{\\\" o}rn}, journal = {Journal of Open Source Software}, doi = {10.21105/joss.05351}, issn = {2475-9066}, number = {85}, year = {2023}, month = {may 11}, pages = {5351}, publisher = {Open Journals}, title = {jsPsych: Enabling an {Open}-{Source} {Collaborative} {Ecosystem} of {Behavioral} {Experiments}}, url = {https://joss.theoj.org/papers/10.21105/joss.05351}, volume = {8}, } " Received: "" at Object.<anonymous> (tests/citations/citations.test.ts:57:50)
citing using an array in different formats › citing empty array without format: packages/jspsych/tests/citations/citations.test.ts#L60
expect(received).toBe(expected) // Object.is equality Expected: "de Leeuw, J. R., Gilbert, R. A., & Luchterhandt, B. (2023). jsPsych: Enabling an Open-Source Collaborative Ecosystem of Behavioral Experiments. Journal of Open Source Software, 8(85), 5351. https://doi.org/10.21105/joss.05351 " Received: "" at Object.<anonymous> (tests/citations/citations.test.ts:60:40)
citing using an array in different formats › citing one plugin with valid format in all caps: packages/jspsych/tests/citations/citations.test.ts#L63
expect(received).toBe(expected) // Object.is equality - Expected - 1 + Received + 1 - de Leeuw, J. R., Gilbert, R. A., & Luchterhandt, B. (2023). jsPsych: Enabling an Open-Source Collaborative Ecosystem of Behavioral Experiments. Journal of Open Source Software, 8(85), 5351. https://doi.org/10.21105/joss.05351 + Test plugin APA citation at Object.<anonymous> (tests/citations/citations.test.ts:63:57)
citing mix of valid plugins/extensions › citing a plugin: packages/jspsych/tests/citations/citations.test.ts#L76
expect(received).toBe(expected) // Object.is equality - Expected - 1 + Received + 1 - de Leeuw, J. R., Gilbert, R. A., & Luchterhandt, B. (2023). jsPsych: Enabling an Open-Source Collaborative Ecosystem of Behavioral Experiments. Journal of Open Source Software, 8(85), 5351. https://doi.org/10.21105/joss.05351 + Test plugin APA citation at Object.<anonymous> (tests/citations/citations.test.ts:76:50)
citing mix of valid plugins/extensions › citing a plugin in BibTeX: packages/jspsych/tests/citations/citations.test.ts#L81
expect(received).toBe(expected) // Object.is equality - Expected - 1 + Received + 1 - @Article{Leeuw2023jsPsych, author = {de Leeuw, Joshua R. and Gilbert, Rebecca A. and Luchterhandt, Bj{\" o}rn}, journal = {Journal of Open Source Software}, doi = {10.21105/joss.05351}, issn = {2475-9066}, number = {85}, year = {2023}, month = {may 11}, pages = {5351}, publisher = {Open Journals}, title = {jsPsych: Enabling an {Open}-{Source} {Collaborative} {Ecosystem} of {Behavioral} {Experiments}}, url = {https://joss.theoj.org/papers/10.21105/joss.05351}, volume = {8}, } + Test plugin BibTeX citation at Object.<anonymous> (tests/citations/citations.test.ts:81:60)
citing mix of valid plugins/extensions › citing multiple plugins: packages/jspsych/tests/citations/citations.test.ts#L86
expect(received).toBe(expected) // Object.is equality - Expected - 1 + Received + 1 - de Leeuw, J. R., Gilbert, R. A., & Luchterhandt, B. (2023). jsPsych: Enabling an Open-Source Collaborative Ecosystem of Behavioral Experiments. Journal of Open Source Software, 8(85), 5351. https://doi.org/10.21105/joss.05351 + Test plugin APA citation at Object.<anonymous> (tests/citations/citations.test.ts:86:62)
citing mix of valid plugins/extensions › citing mix of plugins and extensions: packages/jspsych/tests/citations/citations.test.ts#L91
expect(received).toBe(expected) // Object.is equality - Expected - 1 + Received + 1 - de Leeuw, J. R., Gilbert, R. A., & Luchterhandt, B. (2023). jsPsych: Enabling an Open-Source Collaborative Ecosystem of Behavioral Experiments. Journal of Open Source Software, 8(85), 5351. https://doi.org/10.21105/joss.05351 + Test plugin APA citation Test extension APA citation at Object.<anonymous> (tests/citations/citations.test.ts:91:65)
Build, lint, and test on Node.js 20
Process completed with exit code 1.
Build, lint, and test on Node.js 18
The job was canceled because "_20" failed.
Build, lint, and test on Node.js 18
The operation was canceled.
Build, lint, and test on Node.js 20
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636