Skip to content

add publication source filed #657

add publication source filed

add publication source filed #657

Triggered via push July 29, 2024 16:56
Status Failure
Total duration 5m 34s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
ExUnit
test search/1 with a single-word term that matches several fields does a fuzzy search (RichardBurton.Publication.IndexTest)
ExUnit
test search/1 with a single-word term present in the dataset retrieves publications by title (RichardBurton.Publication.IndexTest)
ExUnit
test search/1 with a single-word term not present in the dataset does a fuzzy search when there's no words start with the term (RichardBurton.Publication.IndexTest)
ExUnit
test all/0 returns all publications flattened (RichardBurton.Publication.IndexTest)
ExUnit
test search/1 with a single-word term present in the dataset retrieves publications by publisher (RichardBurton.Publication.IndexTest)
ExUnit
test search/1 with a single-word term present in the dataset retrieves publications by year (RichardBurton.Publication.IndexTest)
ExUnit
test search/1 with a composite term present in the dataset retrieves publications matching any of the words (RichardBurton.Publication.IndexTest)
ExUnit
test search/1 with a single-word term that matches several fields does a prefix search (RichardBurton.Publication.IndexTest)
ExUnit
test search/1 with a single-word term present in the dataset retrieves publications by country (RichardBurton.Publication.IndexTest)
ExUnit
test search/1 with a single-word term present in the dataset retrieves publications by original author (RichardBurton.Publication.IndexTest)
ExUnit
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/