Skip to content

Commit

Permalink
Update testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Younis-Ahmed authored Feb 24, 2024
1 parent 6dbe9dc commit 16ffec3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pylint pycodestyle colorama pytest
pip install pylint pycodestyle colorama pytest pytest-mock
- name: Create test-results directory
run: mkdir -p test-results
- name: Test with pytest
run: |
pytest --junitxml=test-results/results.xml -k 'not test_api_key_manager'
pytest --junitxml=test-results/results.xml
- uses: actions/upload-artifact@v3
if: always()
with:
Expand Down

0 comments on commit 16ffec3

Please sign in to comment.