Skip to content

Merge branch 'master' of github.com:spankybot/spanky.py #22

Merge branch 'master' of github.com:spankybot/spanky.py

Merge branch 'master' of github.com:spankybot/spanky.py #22

Workflow file for this run

name: SpankyTests
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: unit tests
run: |
cd ${GITHUB_WORKSPACE}
ls -la
./Dockerfile/build.sh && ./Dockerfile/run_tests.sh