Run "make test" in github workflow
This avoids having to specify the docker image in multiple places.
This commit is contained in:
parent
44de30374f
commit
d926fb3e8b
1 changed files with 1 additions and 4 deletions
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
@ -10,7 +10,4 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Tests
|
- name: Tests
|
||||||
run: >-
|
run: make test
|
||||||
docker run -t --rm
|
|
||||||
-v "$PWD:/yadm:ro"
|
|
||||||
yadm/testbed:2020-12-29
|
|
||||||
|
|
Loading…
Reference in a new issue