Skip to content

Commit

Permalink
feat(ci): see dir
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Aug 25, 2023
1 parent 35b4177 commit c6da242
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 @@ -2,7 +2,7 @@
set -x
cd "$(dirname "$0")"

(cd ../bundler-spec-tests && ls -la && pdm install && pdm run update-deps)
(ls -la && cd ../bundler-spec-tests && pdm install && pdm run update-deps)

docker build ../../.. -t alchemy-platform/rundler:latest

Expand Down

0 comments on commit c6da242

Please sign in to comment.