Skip to content

Commit cae0297

Browse files
ci: matrix test dapp on dev envs
1 parent 93cf038 commit cae0297

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/dapp-ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@ jobs:
3838

3939
test:
4040
runs-on: ubuntu-latest
41-
environment: bellecour-dev
41+
strategy:
42+
matrix:
43+
environment: ['bellecour-dev', 'arbitrum-sepolia-dev']
44+
environment: ${{ matrix.environment }}
4245
defaults:
4346
run:
4447
working-directory: ${{ env.WORKING_DIRECTORY }}

0 commit comments

Comments
 (0)