summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Matusiak <numerodix@gmail.com>2021-05-05 14:04:52 +1000
committerMartin Matusiak <numerodix@gmail.com>2021-05-05 14:04:52 +1000
commitf8021ed57a239974a033feff0feb133d0b2c2a6d (patch)
tree232df620e290d521dc8d1dd2bdbea305b8ef4cc8
parent57dae0f921bba03691f3448abd87c9c40b3d9011 (diff)
downloadansicolor-f8021ed57a239974a033feff0feb133d0b2c2a6d.tar.gz
try github actions (4)
-rw-r--r--.github/workflows/github-actions.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml
index baf70ac..604780d 100644
--- a/.github/workflows/github-actions.yml
+++ b/.github/workflows/github-actions.yml
@@ -4,6 +4,19 @@ jobs:
run-unit-tests:
runs-on: ubuntu-latest
steps:
+ - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
+ - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
+ - run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
+ - name: Check out repository code
+ uses: actions/checkout@v2
+ - run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
+ - run: echo "🖥️ The workflow is now ready to test your code on the runner."
+ - 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