Skip to content

Commit

Permalink
chore(spec): load output to docker
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Oct 5, 2023
1 parent 082465e commit 9aafdeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec-tests/ci/run-spec-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cd "$(dirname "$0")"


docker buildx create --use
docker buildx build --cache-from type=local,src=/tmp/.buildx-cache --cache-to type=local,mode=max,dest=/tmp/.buildx-cache-new -t alchemy-platform/rundler:latest ../../..
docker buildx build --load --cache-from type=local,src=/tmp/.buildx-cache --cache-to type=local,mode=max,dest=/tmp/.buildx-cache-new -t alchemy-platform/rundler:latest ../../..

(cd ../bundler-spec-tests && pdm run test --url http://127.0.0.1:3000 --launcher-script=../launchers/rundler-launcher/rundler-launcher.sh $@)

Expand Down

0 comments on commit 9aafdeb

Please sign in to comment.