Skip to content

Commit

Permalink
CI: Test project
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdewar committed May 28, 2024
1 parent 9c1b0c9 commit cd19387
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,13 @@ jobs:
with:
poetry-version: 1.2.2

- name: Install dependencies
- name: Install cookiecutter
run: pip install cookiecutter

- name: Create project from template
run: yes "" | cookiecutter .

- name: Install project dependencies
run: poetry install

- name: Run tests
Expand Down

0 comments on commit cd19387

Please sign in to comment.