Skip to content

Commit

Permalink
test: enabled ci for test in github
Browse files Browse the repository at this point in the history
  • Loading branch information
hoosnick committed Aug 24, 2023
1 parent a33d4a6 commit f386f91
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/github-ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: GitHub-CI


on: [push]

jobs:
Expand Down Expand Up @@ -28,4 +27,4 @@ jobs:
POSTGRES_PASSWORD: ${{ env.POSTGRES_PASSWORD }}
PAYME_ACCOUNT: ${{ env.PAYME_ACCOUNT }}

run: python3 manage.py test
run: python3 manage.py test

0 comments on commit f386f91

Please sign in to comment.