Skip to content

Commit 6f990a0

Browse files
committed
fix(circleci): pin firefox version to 64
1 parent 4f5b2d7 commit 6f990a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
no_output_timeout: 15m
131131
command: |
132132
set -em
133-
PORT=4568 BROWSER=firefox npm run test:integration
133+
PORT=4568 VERSION=64 BROWSER=firefox npm run test:integration
134134
- store_test_results:
135135
path: reports/junit/wdio
136136
- store_artifacts:

0 commit comments

Comments
 (0)