mirror of
https://github.com/esauflores/toolbox.git
synced 2026-03-09 21:03:59 +00:00
fix: update test job in justfile to build image before running tests
This commit is contained in:
3
justfile
3
justfile
@@ -13,7 +13,8 @@ build:
|
|||||||
|
|
||||||
# Tests inside the docker image
|
# Tests inside the docker image
|
||||||
test:
|
test:
|
||||||
docker run --rm {{IMAGE}}:{{VERSION}} sh -c "\
|
docker build -t {{IMAGE}}:test .
|
||||||
|
docker run --rm {{IMAGE}}:test sh -c "\
|
||||||
mise --version \
|
mise --version \
|
||||||
&& python --version \
|
&& python --version \
|
||||||
&& node --version"
|
&& node --version"
|
||||||
|
|||||||
Reference in New Issue
Block a user