File tree Expand file tree Collapse file tree 4 files changed +117
-87
lines changed
target_chains/starknet/contracts Expand file tree Collapse file tree 4 files changed +117
-87
lines changed Original file line number Diff line number Diff line change 34
34
- name : Run tests
35
35
run : snforge test
36
36
- name : Test local deployment script
37
- run : bash -c 'PATH="$PATH:$HOME/.config/.dojo/bin" katana & . ~/.config/.starkli/env && deploy/local_deploy '
37
+ run : bash -c 'PATH="$PATH:$HOME/.config/.dojo/bin" katana & . ~/.config/.starkli/env && deploy/deploy.sh '
38
38
- name : Verify version
39
39
run : |
40
40
version1=$(grep version Scarb.toml | cut -d '"' -f 2)
Original file line number Diff line number Diff line change @@ -29,4 +29,4 @@ Run `scarb fmt` to automatically format the source code.
29
29
30
30
1 . Install Starkli (a cli tool for Starknet) by following [ the installation instructions] ( https://github.com/xJonathanLEI/starkli ) .
31
31
2 . Install Katana (a local Starknet node) by following [ the installation instructions] ( https://book.starknet.io/ch02-04-katana.html ) .
32
- 3 . Run the ` deploy/local_deploy ` setup script.
32
+ 3 . Run the ` deploy/deploy.sh ` setup script.
You can’t perform that action at this time.
0 commit comments