Skip to content

Commit

Permalink
add basic gh action tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kakwa committed Mar 12, 2024
1 parent 242c9ab commit de16df4
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Coverage

on:
push:
pull_request:
workflow_dispatch:

jobs:
build_and_test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Install packages and setup ldap/AD
run: ./tests/test_env/deploy.sh

- name: Test
run: python3 setup.py test

0 comments on commit de16df4

Please sign in to comment.