UI Tests fixes. (#1322)

* Fix broken UI tests and update snapshots.

* Tweak workflow.

* Update schedule and zip the result bundle.
This commit is contained in:
Doug
2023-07-13 16:10:41 +01:00
committed by GitHub
parent aa2f02663d
commit ac3b8b6ffd
10 changed files with 28 additions and 16 deletions

View File

@@ -2,7 +2,7 @@ name: Integration tests
on:
schedule:
- cron: '0 * * * *'
- cron: '0 6,18 * * *'
workflow_dispatch:

View File

@@ -8,12 +8,12 @@ on:
required: false
schedule:
- cron: '0 0 * * 1-5'
- cron: '0 0,12 * * 1-5'
jobs:
tests:
name: Tests
runs-on: macos-13
runs-on: perf-only
concurrency:
# When running on develop, use the sha to allow all runs of this workflow to run concurrently.