Skip to content

Commit

Permalink
try using approval job
Browse files Browse the repository at this point in the history
  • Loading branch information
cherniavskii committed Jun 5, 2024
1 parent 42d47b1 commit af16dd6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -356,19 +356,29 @@ workflows:
# only:
# - master
jobs:
- hold:
type: approval
- test_unit:
<<: *default-context
react-version: next
name: test_unit-react@next
requires:
- hold
- test_browser:
<<: *default-context
react-version: next
name: test_browser-react@next
requires:
- hold
- test_regressions:
<<: *default-context
react-version: next
name: test_regressions-react@next
requires:
- hold
- test_e2e:
<<: *default-context
react-version: next
name: test_e2e-react@next
requires:
- hold

0 comments on commit af16dd6

Please sign in to comment.