Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
jiajames committed Aug 16, 2023
1 parent 727f1c8 commit 0319809
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/py-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,23 @@ jobs:

- name: Lint
run: flake8

test:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./v4-client-py
steps:
- name: Check out repository code
uses: actions/checkout@v3

- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: 3.11

- name: Install Dependencies
run: sudo pip install -r requirements-test.txt

- name: Run pytest
run: pytest

0 comments on commit 0319809

Please sign in to comment.