Skip to content

Commit 96105bf

Browse files
committed
fix: use default Foundry profile in CI to resolve missing 'ci' profile config error
1 parent 034f4d6 commit 96105bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_dispatch:
77

88
env:
9-
FOUNDRY_PROFILE: ci
9+
FOUNDRY_PROFILE: default
1010

1111
jobs:
1212
check:

0 commit comments

Comments
 (0)