Skip to content

Commit

Permalink
test: reintroducing testing make commands after deleting pyproject fi…
Browse files Browse the repository at this point in the history
…le from template
  • Loading branch information
mwtmurphy committed Jan 13, 2024
1 parent cfd5d3d commit 0cc43e2
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,19 @@ jobs:
run: |
pip install --upgrade pip
pip install cookiecutter
pip install poetry
- name: Create test repo
run: |
cookiecutter --no-input .
# - name: Run test repo shortcuts
# run: |
# cd project_name
# make poetry_env
# make env
# make major
# make minor
# make patch
# make src_tests
# make src_tests_cov
- name: Run test repo shortcuts
run: |
cd project-name
make poetry_env
make env
make major
make minor
make patch
make src_tests
make src_tests_cov

0 comments on commit 0cc43e2

Please sign in to comment.