File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 3838
3939jobs :
4040 build :
41- uses : solana-developers/github-workflows/.github/workflows/reusable-build.yaml@v0.2.5
41+ uses : solana-developers/github-workflows/.github/workflows/reusable-build.yaml@v0.2.9
4242 with :
4343 program : " hello_world"
44+ program-id : " YOUR_PROGRAM_ID"
4445 network : " devnet"
4546 deploy : true
4647 upload_idl : true
6970
7071jobs :
7172 build :
72- uses : solana-developers/github-workflows/.github/workflows/reusable-build.yaml@v0.2.5
73+ uses : solana-developers/github-workflows/.github/workflows/reusable-build.yaml@v0.2.9
7374 with :
7475 program : " transaction_example"
76+ program-id : " YOUR_PROGRAM_ID"
7577 network : " mainnet"
7678 deploy : true
7779 upload_idl : true
136138
137139jobs :
138140 test :
139- uses : solana-developers/github-workflows/.github/workflows/test.yaml@v0.2.5
141+ uses : solana-developers/github-workflows/.github/workflows/test.yaml@v0.2.9
140142 with :
141143 program : ${{ 'transaction_example' }}
142144` ` `
You can’t perform that action at this time.
0 commit comments