summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Matusiak <numerodix@gmail.com>2021-05-05 13:58:25 +1000
committerMartin Matusiak <numerodix@gmail.com>2021-05-05 13:58:25 +1000
commitda76844c6bc1e83083e95fb5ed4840b8523e5585 (patch)
tree9cff4f6f7331109ffb4857eff2bd397f3b56e92d
parent2f03cba2936e60646fc35e98e379c5ee51594b79 (diff)
downloadansicolor-da76844c6bc1e83083e95fb5ed4840b8523e5585.tar.gz
try github actions
-rw-r--r--.github/workflows/github-actions.yml8
1 files changed, 8 insertions, 0 deletions
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