We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1dccac commit 430a61bCopy full SHA for 430a61b
.github/workflows/main.yaml
@@ -59,6 +59,12 @@ jobs:
59
run: |
60
. <(just prerequisites)
61
62
+ - name: Install Prerequisites
63
+ if: ${{ inputs.os == 'macos-latest' }}
64
+ shell: "bash"
65
+ run: |
66
+ brew install --quiet webkitgtk
67
+
68
- name: Linux - Run UI E2E tests
69
if: ${{ inputs.os == 'ubuntu-latest' }}
70
shell: "bash"
.github/workflows/tests-macos.yaml
@@ -3,11 +3,13 @@ name: "macOS Tests"
3
on:
4
workflow_call:
5
workflow_dispatch:
6
- schedule:
7
- - cron: "20 04 * * *"
8
- push:
9
- branches:
10
- - master
+# schedule:
+# - cron: "20 04 * * *"
+# push:
+# branches:
11
+# - master
12
13
jobs:
14
15
macos-e2e:
0 commit comments