Skip to content

Commit

Permalink
Fix issues
Browse files Browse the repository at this point in the history
  • Loading branch information
arminmeh committed Nov 18, 2024
1 parent a87cd50 commit 61fa26d
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -356,9 +356,9 @@ workflows:
requires:
- checkout

additional-checks:
additional-tests:
when:
and:
all:
equal: [additional, << pipeline.parameters.workflow >>]
or:
equal: [true, << pipeline.parameters.with-material-ui-6 >>]
Expand All @@ -381,8 +381,13 @@ workflows:
<<: *default-context
name: test_e2e_additional
react-version: << pipeline.parameters.with-react-version >>

additional-checks:
when:
all:
- equal: [additional, << pipeline.parameters.workflow >>]
- equal: [true, << pipeline.parameters.with-material-ui-6 >>]
jobs:
- test_types:
<<: *default-context
name: test_types_additional
when:
equal: [true, << pipeline.parameters.with-material-ui-6 >>]

0 comments on commit 61fa26d

Please sign in to comment.