Skip to content

Commit

Permalink
Change check to check on plugin name (kedro-org#103)
Browse files Browse the repository at this point in the history
Signed-off-by: Merel Theisen <merel.theisen@quantumblack.com>
Signed-off-by: Yassine Alouini <yalouini@idmog.com>
  • Loading branch information
merelcht authored and Yassine Alouini committed Feb 24, 2023
1 parent 2fc6c4c commit 2b3a1cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/continue_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ jobs:
# For anything not `kedro-datasets`
- unless:
condition:
equal: [true, <<pipeline.parameters.run-build-kedro-datasets>>]
equal: ["kedro-datasets", <<parameters.plugin>>]

# e2e tests are not currently runnable on CircleCI on Windows as
# those require the ability to run Linux containers:
Expand Down Expand Up @@ -284,7 +284,7 @@ jobs:
and:
- not:
equal: [ "3.10", <<parameters.python_version>> ]
- equal: [true, <<pipeline.parameters.run-build-kedro-datasets>>]
- equal: [ "kedro-datasets", <<parameters.plugin>> ]
steps:
- run:
name: Run unit tests without spark in parallel
Expand All @@ -293,7 +293,7 @@ jobs:
condition:
and:
- equal: [ "3.10", <<parameters.python_version>> ]
- equal: [true, <<pipeline.parameters.run-build-kedro-datasets>>]
- equal: [ "kedro-datasets", <<parameters.plugin>> ]
steps:
- run:
name: Run unit tests without spark sequentially
Expand Down

0 comments on commit 2b3a1cd

Please sign in to comment.