Skip to content

Commit

Permalink
Simplify ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattijs Kneppers committed Jun 17, 2024
1 parent 0dd97ee commit 1b7df64
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: test
on:
push:
pull_request:
workflow_dispatch:
pull_request_target:
jobs:
test:
runs-on: ubuntu-latest
Expand All @@ -14,6 +13,3 @@ jobs:
- run: |
cd maxdiff
python3 tests/test.py
- run: pip install --upgrade pip wheel
- run: pip install pytest
- run: pytest maxdiff/tests/test.py

0 comments on commit 1b7df64

Please sign in to comment.