Commit b6e9a614 authored by smartcontracts's avatar smartcontracts Committed by GitHub

ci: fix config error in cannon tests (#11969)

Fixes a configuration error in the scheduled-cannon-full-tests
job.
parent ab240150
...@@ -2122,7 +2122,7 @@ workflows: ...@@ -2122,7 +2122,7 @@ workflows:
- equal: [ true, << pipeline.parameters.cannon_full_test_dispatch >> ] - equal: [ true, << pipeline.parameters.cannon_full_test_dispatch >> ]
jobs: jobs:
- contracts-bedrock-build: - contracts-bedrock-build:
build_command: forge build --skip test --skip scripts skip_pattern: test
- cannon-go-lint-and-test: - cannon-go-lint-and-test:
requires: requires:
- contracts-bedrock-build - contracts-bedrock-build
......
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