Skip to content

Commit 430a61b

Browse files
committed
warning: this commit will be force pushed
1 parent e1dccac commit 430a61b

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

.github/workflows/main.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@ jobs:
5959
run: |
6060
. <(just prerequisites)
6161
62+
- name: Install Prerequisites
63+
if: ${{ inputs.os == 'macos-latest' }}
64+
shell: "bash"
65+
run: |
66+
brew install --quiet webkitgtk
67+
6268
- name: Linux - Run UI E2E tests
6369
if: ${{ inputs.os == 'ubuntu-latest' }}
6470
shell: "bash"

.github/workflows/tests-macos.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@ name: "macOS Tests"
33
on:
44
workflow_call:
55
workflow_dispatch:
6-
schedule:
7-
- cron: "20 04 * * *"
8-
push:
9-
branches:
10-
- master
6+
7+
# schedule:
8+
# - cron: "20 04 * * *"
9+
# push:
10+
# branches:
11+
# - master
12+
1113
jobs:
1214

1315
macos-e2e:

0 commit comments

Comments
 (0)