Skip to content

Commit

Permalink
Fix error in action
Browse files Browse the repository at this point in the history
  • Loading branch information
freand76 committed Feb 1, 2024
1 parent 4c53add commit 516275c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/install_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: pip install pytest pytest-md pytest-emoji
- name: Execute pytest
uses: pavelzw/pytest-action@v2
with:
emoji: false
verbose: false
job-summary: true
with:
emoji: false
verbose: false
job-summary: true

0 comments on commit 516275c

Please sign in to comment.