You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/test.yml
+46-46Lines changed: 46 additions & 46 deletions
Original file line number
Diff line number
Diff line change
@@ -194,49 +194,49 @@ jobs:
194
194
name: bun server log
195
195
if-no-files-found: warn
196
196
197
-
browsers:
198
-
needs:
199
-
- build
200
-
runs-on: ${{ matrix.runs-on || 'ubuntu-latest' }}
201
-
strategy:
202
-
fail-fast: false
203
-
matrix:
204
-
browser:
205
-
- name: chrome
206
-
id: chrome:headless
207
-
- name: firefox
208
-
id: firefox:headless
209
-
- name: edge
210
-
id: edge:headless
211
-
include:
212
-
- runs-on: macos-15
213
-
browser:
214
-
name: safari
215
-
id: safari
216
-
steps:
217
-
- name: Checkout
218
-
uses: actions/checkout@v4
219
-
- name: Setup node
220
-
uses: actions/setup-node@v4
221
-
with:
222
-
node-version: lts/*
223
-
cache: 'npm'
224
-
- run: npm clean-install
225
-
- run: npm install --global testcafe@3
226
-
- name: Add rows to the TCC.db
227
-
if: ${{ matrix.runs-on == 'macos-15' }}
228
-
run: |
229
-
sudo sqlite3 "$HOME/Library/Application Support/com.apple.TCC/TCC.db" "INSERT OR REPLACE INTO access VALUES('kTCCServiceAppleEvents','com.devexpress.testcafe-browser-tools',0,2,3,1,X'fade0c0000000068000000010000000700000007000000080000001443fa4ca5141baeda21aeca1f50894673b440d4690000000800000014f8afcf6e69791b283e55bd0b03e39e422745770e0000000800000014bf4fc1aed64c871a49fc6bc9dd3878ce5d4d17c6',NULL,0,'com.apple.Safari',X'fade0c000000002c00000001000000060000000200000010636f6d2e6170706c652e53616661726900000003',NULL,1687952810,NULL,NULL,'UNUSED',1687952810);"
230
-
sudo sqlite3 "/Library/Application Support/com.apple.TCC/TCC.db" "INSERT OR REPLACE INTO access VALUES('kTCCServiceScreenCapture','com.devexpress.testcafe-browser-tools',0,2,3,1,X'fade0c0000000068000000010000000700000007000000080000001443fa4ca5141baeda21aeca1f50894673b440d4690000000800000014f8afcf6e69791b283e55bd0b03e39e422745770e0000000800000014bf4fc1aed64c871a49fc6bc9dd3878ce5d4d17c6',NULL,0,'UNUSED',NULL,0,1687952810,NULL,NULL,'UNUSED',1687952810);"
0 commit comments