Skip to content

Commit 6854dcf

Browse files
ci: Add github action with pytest
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
1 parent 5cc1e06 commit 6854dcf

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/pytest.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Test
2+
3+
on: [push, pull_request]
4+
5+
jobs:
6+
build:
7+
runs-on: ${{ matrix.os }}
8+
strategy:
9+
matrix:
10+
include:
11+
- os: ubuntu-latest
12+
13+
steps:
14+
- name: Run pytest
15+
uses: cclauss/GitHub-Action-for-pytest@0.5.0

0 commit comments

Comments
 (0)