Skip to content

Commit

Permalink
Run "make test" in github workflow
Browse files Browse the repository at this point in the history
This avoids having to specify the docker image in multiple places.
  • Loading branch information
erijo committed Dec 30, 2020
1 parent 44de303 commit d926fb3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Expand Up @@ -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

0 comments on commit d926fb3

Please sign in to comment.