Skip to content

Commit

Permalink
two steps (optional)
Browse files Browse the repository at this point in the history
  • Loading branch information
rnoxy committed Nov 14, 2023
1 parent a763e3d commit ce8bbc5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test-kedro-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,18 @@ jobs:
- name: Run kedro new (local)
if: matrix.starter == '.'
run: |
kedro new
--starter ${{ matrix.starter }}
--directory ${{ matrix.directory }}
kedro new \
--starter ${{ matrix.starter }} \
--directory ${{ matrix.directory }} \
--config tests/${{ matrix.directory }}/config.yml
- name: Run kedro new (remote)
if: matrix.starter != '.'
run: |
kedro new
--starter ${{ matrix.starter }}
--directory ${{ matrix.directory }}
--checkout ${{ matrix.branch_name }}
kedro new \
--starter ${{ matrix.starter }} \
--directory ${{ matrix.directory }} \
--checkout ${{ matrix.branch_name }} \
--config tests/${{ matrix.directory }}/config.yml
- name: Check that the project directory exists
Expand Down

0 comments on commit ce8bbc5

Please sign in to comment.