Skip to content

Commit

Permalink
Revert "Update config.yml"
Browse files Browse the repository at this point in the history
This reverts commit c75a081.
  • Loading branch information
noklam committed Aug 29, 2023
1 parent ee0e108 commit 5a38521
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ commands:
description: Run `kedro run` end to end tests for all starters
steps:
- run:
command: behave features/run.feature --summary
command: behave features/run.feature

e2e_lint:
description: Run `kedro lint` end to end tests for all starters
steps:
- run:
command: behave features/lint.feature --summary
command: behave features/lint.feature

# Windows-specific commands
win_setup_conda:
Expand Down Expand Up @@ -118,15 +118,15 @@ commands:
- run:
command: |
conda activate kedro-starters
behave features/run.feature --summary
behave features/run.feature
win_e2e_lint:
description: Run `kedro lint` end to end tests for all starters on Windows
steps:
- run:
command: |
conda activate kedro-starters
behave features/lint.feature --summary
behave features/lint.feature
jobs:
security_scan:
Expand Down

0 comments on commit 5a38521

Please sign in to comment.