resolving errors left over from merge #135
main-forestgeo-livesite.yml
on: push
build-app-production
2m 29s
deploy-app-production
0s
Annotations
3 errors and 2 warnings
__tests__/alltaxonomiesview_uqc.test.tsx > handleUpsertForSlices with AllTaxonomiesViewQueryConfig > should correctly propagate foreign keys across slices for AllTaxonomiesViewQueryConfig:
frontend/__tests__/alltaxonomiesview_uqc.test.tsx#L66
AssertionError: expected 2nd "spy" call to have been called with [ { …(6) }, 'schema_name', …(3) ]
- Expected
+ Received
Array [
Object {
"beginTransaction": [Function spy],
"commit": [Function spy],
"execute": [Function spy],
"query": [Function spy],
"release": [Function spy],
"rollback": [Function spy],
},
"schema_name",
"genus",
- ObjectContaining {
- "FamilyID": 1,
+ Object {
"Genus": "Acacia",
"GenusAuthority": "Willd.",
},
"GenusID",
]
❯ __tests__/alltaxonomiesview_uqc.test.tsx:66:32
|
__tests__/stemtaxonomiesview_uqc.test.tsx > handleUpsertForSlices > should correctly propagate foreign keys across slices:
frontend/__tests__/stemtaxonomiesview_uqc.test.tsx#L57
AssertionError: expected 2nd "spy" call to have been called with [ { …(6) }, 'schema_name', …(3) ]
- Expected
+ Received
Array [
Object {
"beginTransaction": [Function spy],
"commit": [Function spy],
"execute": [Function spy],
"query": [Function spy],
"release": [Function spy],
"rollback": [Function spy],
},
"schema_name",
"genus",
- Object {
- "Family": undefined,
- "FamilyID": 1,
- "Genus": undefined,
- },
+ Object {},
"GenusID",
]
❯ __tests__/stemtaxonomiesview_uqc.test.tsx:57:32
|
build-app-production
Process completed with exit code 1.
|
build-app-production
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
|
build-app-production
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|