Skip to content

Commit c195430

Browse files
committed
Fix typo
1 parent 95c46a0 commit c195430

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/actions/acceptance-test/action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ runs:
5555
run: |
5656
yarn install --frozen-lockfile
5757
npx testcafe \
58-
'chrome:headless --ignore-certificate-errors --allow-insecure-localhost \
59-
--disable-features=LocalNetworkAccessChecks' \
58+
'chrome:headless --ignore-certificate-errors --allow-insecure-localhost --disable-features=LocalNetworkAccessChecks' \
6059
--hostname localhost \
6160
--base-url http://localhost:8080 \
6261
tests/*Tests.js \

0 commit comments

Comments
 (0)