Skip to content

Commit

Permalink
add a shell to github action to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaykarle committed Apr 18, 2024
1 parent 0207df9 commit e2a677f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@ jobs:

- name: Setup
run: ./setup.sh
shell: bash

- name: Install python dependencies
run: poetry install
shell: bash

- name: Test
run: poetry run python -m unittest tests/**.py
shell: bash

0 comments on commit e2a677f

Please sign in to comment.