1
0
mirror of https://github.com/TheLocehiliosan/yadm synced 2026-03-02 03:49:29 +00:00

Run "make test" in github workflow

This avoids having to specify the docker image in multiple places.
This commit is contained in:
Erik Flodin
2020-12-30 12:03:23 +01:00
parent 44de30374f
commit d926fb3e8b

View File

@@ -10,7 +10,4 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Tests
run: >-
docker run -t --rm
-v "$PWD:/yadm:ro"
yadm/testbed:2020-12-29
run: make test