Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjoyo authored Dec 30, 2023
1 parent 3247613 commit 9cd56ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- develop

jobs:
ci:
pytest:
strategy:
fail-fast: false
runs-on: ubuntu-latest
Expand All @@ -20,4 +20,4 @@ jobs:
with:
poetry-version: "1.6.1"
- name: Run pytest
run: poetry --help
run: poetry pytest

0 comments on commit 9cd56ae

Please sign in to comment.