Skip to content

Commit

Permalink
chore: Disable e2e-tests (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
arddluma authored Jun 7, 2024
1 parent d5399f8 commit bf5cc90
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: 2.1
parameters:
run_e2e_tests:
type: boolean
default: true
# parameters:
# run_e2e_tests:
# type: boolean
# default: true
orbs:
slack: circleci/slack@3.4.2

Expand Down Expand Up @@ -135,10 +135,10 @@ workflows:
jobs:
- install:
context: general-vars
- e2e-tests:
context: general-vars
requires:
- install
# - e2e-tests:
# context: general-vars
# requires:
# - install
# filters:
# branches:
# only:
Expand Down

0 comments on commit bf5cc90

Please sign in to comment.