Skip to content

Commit

Permalink
move CLI configuration for Crypto contract into existing file
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent committed Oct 21, 2024
1 parent 91c07d0 commit fc1ea49
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
run: sh -ci "$(curl -fsSL https://raw.githubusercontent.com/onflow/flow-cli/master/install.sh)"

- name: Run Cadence-based tests
run: cd contracts && flow test --cover --covercode="contracts" Crypto_test.cdc
run: flow test --cover --covercode="contracts" contracts/Crypto_test.cdc
30 changes: 0 additions & 30 deletions contracts/flow.json

This file was deleted.

6 changes: 6 additions & 0 deletions flow.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,12 @@
"testnet": "0x7aad92e5a0715d21",
"mainnet": "0x62430cf28c26d095"
}
},
"Crypto": {
"source": "./contracts/Crypto.cdc",
"aliases": {
"testing": "0x0000000000000007"
}
}
},
"networks": {
Expand Down

0 comments on commit fc1ea49

Please sign in to comment.