Skip to content

Commit

Permalink
Updat epipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Wenger committed Jan 16, 2025
1 parent 527755e commit 47452d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
pip install -r ./test-requirements.txt
- name: Build package
run: python -m build
- name: Pip Package
run: pip install -e .
- name: Test package
run: pytest -s -v --cov=Avalara.SDK --username=${{ secrets.API_USERNAME }} --password=${{ secrets.API_PASSWORD }}
- name: Publish package
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,7 @@ jobs:
echo "BEARER_TOKEN=${token}" >> $GITHUB_ENV
- name: Build package
run: python -m build
- name: Pip Package
run: pip install -e .
- name: Test package
run: pytest -s -v --cov=Avalara.SDK

0 comments on commit 47452d3

Please sign in to comment.