Commit d8773c83 authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

ci: delete 2 loc (#8908)

Small cleanup that deletes a couple lines of code, making the file
smaller and more concise.
parent 73f49fb9
......@@ -1375,16 +1375,14 @@ jobs:
- checkout
- run:
name: Checkout Submodule
command: |
git submodule update --init --recursive
command: make submodules
- check-changed:
patterns: contracts-bedrock/test/kontrol,contracts-bedrock/src/L1/OptimismPortal\.sol
- setup_remote_docker:
docker_layer_caching: true
- run:
name: Run Kontrol Tests
command: |
pnpm test:kontrol
command: pnpm test:kontrol
working_directory: ./packages/contracts-bedrock
- store_artifacts:
path: ./packages/contracts-bedrock/kontrol-results_latest.tar.gz
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment