Skip to content

Commit

Permalink
feat(ci): checkout with submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Aug 25, 2023
1 parent c6da242 commit 2810f4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v3
with:
submodules: true
- name: Install protobuf
run: sudo apt-get install -y protobuf-compiler
- name: Install toolchain
Expand Down
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")"

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

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

Expand Down

0 comments on commit 2810f4e

Please sign in to comment.