Skip to content

Commit 0bb3564

Browse files
committed
fix: deployment path for contract tests
1 parent 25c2b14 commit 0bb3564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stacks-core-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
id: clarinet_unit_test_v1
131131
uses: docker://hirosystems/clarinet:1.7.1
132132
with:
133-
args: test --manifest-path=./contrib/core-contract-tests/Clarinet-v1.toml contrib/core-contract-tests/tests/bns/name_register_test.ts --deployment-plan-path=./contrib/core-contract-tests/deployments/v1.simnet-plan.yaml
133+
args: test --manifest-path=./contrib/core-contract-tests/Clarinet-v1.toml contrib/core-contract-tests/tests/bns/name_register_test.ts --deployment-plan-path=./deployments/v1.simnet-plan.yaml
134134

135135
check-tests:
136136
name: Check Tests

0 commit comments

Comments
 (0)