Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaranvpl committed Nov 8, 2024
1 parent 09b0bb4 commit e7e1b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: pip install cookiecutter

- name: Test Cookiecutter
run: ./scripts/test-cookiecutter.sh ${{ matrix.app-type }} ${{ matrix.python-version }}
run: ./scripts/test_cookiecutter.sh ${{ matrix.app-type }} ${{ matrix.python-version }}

# - name: Run cookiecutter
# run: cookiecutter --replay-file ./cookiecutter_replay/${{ matrix.app-type }}_${{ matrix.python-version }}.json ./
Expand Down

0 comments on commit e7e1b8b

Please sign in to comment.