Build and Deploy #1063
build-and-deploy.yml
on: schedule
JavaScript Checks
1m 8s
Build for Android
0s
Build for iOS
1m 27s
Annotations
5 errors
Build for Android
This request has been automatically failed because it uses a deprecated version of `actions/cache: 0c45773b623bea8c8e75f6c82b208c3cf94ea4f9`. Please update your workflow to use v3/v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
returns a list of [isOpen:
source/views/building-hours/lib/__tests__/get-detailed-building-status.test.ts#L32
expect(received).toMatchSnapshot()
Snapshot name: `returns a list of [isOpen, scheduleName, verboseStatus] tuples 1`
- Snapshot - 1
+ Received + 1
[
{
"isActive": true,
"label": "Hours",
- "status": "10:30 AM — 2:00 AM",
+ "status": "10:30 AM — 3:00 AM",
},
]
at Object.toMatchSnapshot (source/views/building-hours/lib/__tests__/get-detailed-building-status.test.ts:32:17)
|
checks a list of schedules to see if any are open:
source/views/building-hours/lib/__tests__/get-detailed-building-status.test.ts#L54
expect(received).toMatchSnapshot()
Snapshot name: `checks a list of schedules to see if any are open 1`
- Snapshot - 1
+ Received + 1
[
{
"isActive": true,
"label": "Hours",
- "status": "10:30 AM — 2:00 AM",
+ "status": "10:30 AM — 3:00 AM",
},
]
at Object.toMatchSnapshot (source/views/building-hours/lib/__tests__/get-detailed-building-status.test.ts:54:17)
|
JavaScript Checks
Process completed with exit code 1.
|
Build for iOS
Process completed with exit code 1.
|