Skip to content

Commit

Permalink
WIP: Fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
fariedabuzaid committed Sep 29, 2023
1 parent 533ed50 commit 8f94429
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: check
name: Run tests
on:
push:
pull_request:
Expand All @@ -17,6 +17,9 @@ jobs:
fail-fast: false
matrix:
py:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
os:
- ubuntu-latest
Expand All @@ -34,3 +37,12 @@ jobs:
run: tox -vv --notest
- name: Run test suite
run: tox --skip-pkg-install
- name: Run pytest
uses: pavelzw/pytest-action@v2
with:
verbose: true
emoji: true
job-summary: true
custom-arguments: '-q'
click-to-expand: true
report-title: 'Test Report'

0 comments on commit 8f94429

Please sign in to comment.