Skip to content

Commit a51d1c5

Browse files
committed
test bb ci 4
1 parent a823a21 commit a51d1c5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/bb-flow.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,6 @@ jobs:
166166
- name: Show Forge version
167167
run: forge --version
168168

169-
- name: "Change to working directory"
170-
run: cd ${{ inputs.working-directory || 'flow' }}
171-
172169
- name: "Install Bun"
173170
uses: "oven-sh/setup-bun@v2"
174171
with:
@@ -183,8 +180,9 @@ jobs:
183180
FOUNDRY_PROFILE=test-optimized forge build
184181
185182
- name: "Run the tests"
183+
working-directory: ${{ inputs.working-directory || 'flow' }}
186184
run: |
187-
MATCH_PATH="${{ inputs.match-path || 'tests/{integration,utils}/**/*.sol' }}"
185+
MATCH_PATH="${{ inputs.match-path || 'tests/integration/**/*.sol' }}"
188186
RETRY_ATTEMPTS="${{ inputs.retry-attempts || 1 }}"
189187
190188
for attempt in $(seq 1 $RETRY_ATTEMPTS); do

0 commit comments

Comments
 (0)