planckforth/.github/workflows/runtests-python.yaml

17 lines
320 B
YAML
Raw Permalink Normal View History

name: testing python
2021-01-11 06:26:10 +01:00
2021-12-06 13:02:31 +01:00
on:
pull_request:
branches:
- main
paths-ignore: ['README.md', 'LICENSE', '.gitignore']
2021-01-11 06:26:10 +01:00
jobs:
runtests-python:
2021-01-11 08:39:26 +01:00
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: run tests
run: |
make python
2021-01-11 08:39:26 +01:00
./planck < bootstrap.fs runtests.fs