summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Matusiak <numerodix@gmail.com>2021-05-05 14:07:24 +1000
committerMartin Matusiak <numerodix@gmail.com>2021-05-05 14:07:24 +1000
commit3d52ca5f18d7d5c4f927b6fd5c60639445cbbc3d (patch)
tree94e650e2eea37bd0627af0fcfb25aeb001c5324a
parentf8021ed57a239974a033feff0feb133d0b2c2a6d (diff)
downloadansicolor-3d52ca5f18d7d5c4f927b6fd5c60639445cbbc3d.tar.gz
try github actions (5)
-rw-r--r--.github/workflows/github-actions.yml8
1 files changed, 2 insertions, 6 deletions
diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml
index 604780d..ce4d9d8 100644
--- a/.github/workflows/github-actions.yml
+++ b/.github/workflows/github-actions.yml
@@ -14,10 +14,6 @@ jobs:
- name: List files in the repository
run: |
ls ${{ github.workspace }}
- - run: echo "🍏 This job's status is ${{ job.status }}."
-
-
- - run: ls
- - run: pwd
- run: pip3 install -r dev-requirements.txt
- - run: py.test \ No newline at end of file
+ - run: py.test
+ - run: echo "🍏 This job's status is ${{ job.status }}." \ No newline at end of file