Skip to content

Commit

Permalink
temporarely disable unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
ironoa committed Jun 11, 2024
1 parent 3d13dff commit d726eef
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,13 @@ workflows:
version: 2
test_and_deploy:
jobs:
- unitTest:
filters:
tags:
only: /.*/
requires:
- yarnLint
- helmLint
# - unitTest:
# filters:
# tags:
# only: /.*/
# requires:
# - yarnLint
# - helmLint
- helmLint:
filters:
tags:
Expand All @@ -118,7 +118,8 @@ workflows:
tags:
only: /.*/
requires:
- unitTest
- helmLint
- yarnLint
- testPrometheusRules:
filters:
tags:
Expand Down

0 comments on commit d726eef

Please sign in to comment.