Skip to content

Commit

Permalink
Move tests to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Feb 15, 2024
1 parent 928f59f commit f2dd22f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python-version: '3.10'

- name: Install dependencies
run: python -m pip install mock ply
run: python -m pip install mock ply requests PyYAML jsonschema

- name: Unit tests
run: python -m unittest discover -v -s test -p '*.py'

0 comments on commit f2dd22f

Please sign in to comment.