Skip to content

Commit 207cd64

Browse files
authored
fix: Disable e2e (etherspot#136)
1 parent 43c19ae commit 207cd64

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
@@ -2,7 +2,7 @@ version: 2.1
22
parameters:
33
run_e2e_tests:
44
type: boolean
5-
default: true
5+
default: false
66
orbs:
77
slack: circleci/slack@3.4.2
88

0 commit comments

Comments
 (0)