Skip to content

Commit fc1ea49

Browse files
committed
move CLI configuration for Crypto contract into existing file
1 parent 91c07d0 commit fc1ea49

File tree

3 files changed

+7
-31
lines changed

3 files changed

+7
-31
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
run: sh -ci "$(curl -fsSL https://raw.githubusercontent.com/onflow/flow-cli/master/install.sh)"
2626

2727
- name: Run Cadence-based tests
28-
run: cd contracts && flow test --cover --covercode="contracts" Crypto_test.cdc
28+
run: flow test --cover --covercode="contracts" contracts/Crypto_test.cdc

contracts/flow.json

-30
This file was deleted.

flow.json

+6
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,12 @@
116116
"testnet": "0x7aad92e5a0715d21",
117117
"mainnet": "0x62430cf28c26d095"
118118
}
119+
},
120+
"Crypto": {
121+
"source": "./contracts/Crypto.cdc",
122+
"aliases": {
123+
"testing": "0x0000000000000007"
124+
}
119125
}
120126
},
121127
"networks": {

0 commit comments

Comments
 (0)