Skip to content

Commit

Permalink
ci: Add github action with pytest
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Jan 19, 2022
1 parent 5cc1e06 commit 148966d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/WORKFLOWS/pytest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Test

on: [push, pull_request]

jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
include:
- os: ubuntu-latest

steps:
- name: Run pytest
uses: cclauss/[email protected]

0 comments on commit 148966d

Please sign in to comment.