Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rehoumir authored Jul 12, 2024
1 parent 7ab9d87 commit 1443139
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

name: Run Tests & Deploy
on: [push, pull_request]
on: [push]

jobs:
build-and-test:
Expand Down Expand Up @@ -29,4 +29,4 @@ jobs:
TARGET_API_BASE: ${{secrets.TARGET_API_BASE}}
TARGET_USERNAME: ${{secrets.TARGET_USERNAME}}
TARGET_PASSWORD: ${{secrets.TARGET_PASSWORD}}
run: pytest tests -s
run: pytest tests

0 comments on commit 1443139

Please sign in to comment.