Skip to content

Commit

Permalink
add test run to the create release action
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinschaper committed Oct 3, 2024
1 parent a76709a commit 7adc342
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- name: Install Dependencies
run: poetry install --no-interaction

- name: Run Tests
run: make test

- name: Run Transform
run: |
make run
Expand Down

0 comments on commit 7adc342

Please sign in to comment.