Skip to content

Commit

Permalink
PyTest integrations with github workflow actions (work-in-progress).
Browse files Browse the repository at this point in the history
  • Loading branch information
vmdocua committed Oct 9, 2023
1 parent 0df7799 commit e21bdb5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
---
name: PyTest

on:
push:
branches:
- master
branches: [main]
pull_request:
branches:
- master
branches: [main]

permissions:
contents: read

env:
POSTGRES_DB: rmdb
Expand Down

0 comments on commit e21bdb5

Please sign in to comment.