1
0
Fork 0
mirror of synced 2024-05-25 11:31:12 -04:00
yadm/.github/workflows/test.yml

17 lines
320 B
YAML
Raw Normal View History

---
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-21 16:30:28 -05:00
yadm/testbed:2020-12-21