2020-11-22 16:36:57 -05:00
|
|
|
---
|
|
|
|
name: Tests
|
|
|
|
on: # yamllint disable-line rule:truthy
|
|
|
|
- push
|
|
|
|
- pull_request
|
|
|
|
- workflow_dispatch
|
|
|
|
jobs:
|
|
|
|
Tests:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v2
|
|
|
|
- name: Tests
|
|
|
|
run: >-
|
|
|
|
docker run -t --rm
|
|
|
|
-v "$PWD:/yadm:ro"
|
2020-12-29 17:50:03 -05:00
|
|
|
yadm/testbed:2020-12-29
|