saphyr-serde/parser/tests/yaml-test-suite/.github/workflows/test.yaml

16 lines
237 B
YAML
Raw Permalink Normal View History

name: yaml-test-suite Repository Testing
on:
push:
pull_request:
types: [opened]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: make test
# - uses: mxschmitt/action-tmate@v3