This repository was archived by the owner on Apr 3, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106106 node_modules
107107 ${{ matrix.workspace }}/cache
108108 ${{ matrix.workspace }}/out-optimized
109- workspace- path : ${{ matrix.workspace }}/
109+ sol-files- path : ${{ matrix.workspace }}/**/*.sol
110110
111111 - name : Build contracts
112112 if : steps.cache-step.outputs.cache-status != 'primary'
@@ -115,11 +115,11 @@ jobs:
115115 run : forge build --root ${{ matrix.workspace }}
116116
117117 - name : Run Bulloak check
118- if : steps.cache-step.outputs.cache-status != 'primary'
118+ if : steps.cache-step.outputs.cache-status != 'primary' && matrix.test-type == 'integration'
119119 uses : " smol-ninja/bulloak-toolchain@v1"
120120 with :
121121 skip-modifiers : true
122- tree-path : ${{ matrix.workspace }}/tests/${{ matrix.test-type }}/**/*.tree
122+ tree-path : ${{ matrix.workspace }}/tests/${{ matrix.test-type }}
123123
124124 - name : Run tests
125125 if : steps.cache-step.outputs.cache-status != 'primary'
You can’t perform that action at this time.
0 commit comments