From da76844c6bc1e83083e95fb5ed4840b8523e5585 Mon Sep 17 00:00:00 2001 From: Martin Matusiak Date: Wed, 5 May 2021 13:58:25 +1000 Subject: try github actions --- .github/workflows/github-actions.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/workflows/github-actions.yml diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml new file mode 100644 index 0000000..7cfc7fd --- /dev/null +++ b/.github/workflows/github-actions.yml @@ -0,0 +1,8 @@ +name: ansicolor github actions CI +on: [push] +jobs: + Run unit tests: + runs-on: ubuntu-latest + steps: + - run: pip3 install -r dev-requirements.txt + - run: py.test \ No newline at end of file -- cgit v1.2.1