Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomdmoura committed Jan 14, 2024
1 parent 4b8f99d commit 3686804
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Run Tests

on: push
on: [push, pull_request]

permissions:
contents: write
Expand Down Expand Up @@ -29,4 +29,4 @@ jobs:
poetry install
- name: Run tests
run: poetry run pytest
run: poetry run pytest

0 comments on commit 3686804

Please sign in to comment.