Skip to content

Commit

Permalink
add testing to the gha workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitj committed Jun 7, 2023
1 parent a86118d commit 5126cc8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflow/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ jobs:
- name: Install dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: poetry install --no-interaction --no-root --with dev
# Example of test
# - name: Test minimum inputs
# run: poetry run poe test_base
Example of test
- name: Perform unit testing
run: poetry run poe test

0 comments on commit 5126cc8

Please sign in to comment.