mirror of
https://github.com/TheLocehiliosan/yadm
synced 2024-10-27 20:34:27 +00:00
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
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 New Issue
Block a user