fix: update test job in justfile to build image before running tests

This commit is contained in:
2026-03-06 21:43:47 +07:00
parent 2c9d476540
commit 82f7ffe33c

View File

@@ -13,7 +13,8 @@ build:
# Tests inside the docker image
test:
docker run --rm {{IMAGE}}:{{VERSION}} sh -c "\
docker build -t {{IMAGE}}:test .
docker run --rm {{IMAGE}}:test sh -c "\
mise --version \
&& python --version \
&& node --version"