1
0
Fork 0
mirror of synced 2024-11-04 17:08:56 -05:00

Update testbed version

This commit is contained in:
Tim Byrne 2020-12-29 16:50:03 -06:00
parent f363b4b29f
commit d0b0e3afa8
No known key found for this signature in database
GPG key ID: 14DB4FC2465A4B12
2 changed files with 2 additions and 2 deletions

View file

@ -13,4 +13,4 @@ jobs:
run: >-
docker run -t --rm
-v "$PWD:/yadm:ro"
yadm/testbed:2020-12-21
yadm/testbed:2020-12-29

View file

@ -1,5 +1,5 @@
PYTESTS = $(wildcard test/test_*.py)
IMAGE = yadm/testbed:2020-12-21
IMAGE = yadm/testbed:2020-12-29
.PHONY: all
all: