Skip to content

Commit

Permalink
Merge pull request #17 from anwalker293/test/tests
Browse files Browse the repository at this point in the history
test/tests
  • Loading branch information
dbluhm authored Nov 17, 2022
2 parents 9c75605 + d755e87 commit 855eb21
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Authored by Alexandra N. Walker <alex.walker@indicio.tech> ☀️

name: tests
"on":
push:
branches:
- main
pull_request:
branches:
- main
- feature/**
- feat/**

env:
POETRY_VERSION: 1.1.11

jobs:
test:
name: Tests
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]

steps:
- uses: actions/checkout@v2
- name: Test with docker-compose
run: |
docker-compose run tests

0 comments on commit 855eb21

Please sign in to comment.