Skip to content

Commit e67784d

Browse files
committed
add chrome-for-testing ci tests
1 parent 3e4c3bc commit e67784d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/example-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
directory: [
1818
basic-mini,
1919
basic,
20+
chrome-for-testing,
2021
chromium,
2122
firefox-esr,
2223
included-as-non-root

examples/test-all-examples.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ set -e # fail on error
88
namedExamplesAmd64=(
99
'basic'
1010
'basic-mini'
11+
'chrome-for-testing'
1112
'chromium'
1213
'firefox-esr'
1314
'included-as-non-root'

0 commit comments

Comments
 (0)