Skip to content
This repository was archived by the owner on Apr 3, 2026. It is now read-only.

Commit a479e3e

Browse files
committed
ci: fix syntax for bulloak-toolchain
1 parent 7d1c371 commit a479e3e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)