Closed bonprosoft closed 2 years ago
I created pysen-test action. The action builds the Dockerfile on each CI job and runs tox on the built image.
pysen-test
Dockerfile
tox
Initially I used the docker image hosted on quay.io. But actually it would be problematic for some PRs like #18 to update the docker image.
quay.io
I created
pysen-test
action. The action builds theDockerfile
on each CI job and runstox
on the built image.Initially I used the docker image hosted on
quay.io
. But actually it would be problematic for some PRs like #18 to update the docker image.