Skip to content

Commit 59c8ac2

Browse files
Fixed a minor bug in corda asset exchange test workflow
Signed-off-by: Dhinakaran Vinayagamurthy <[email protected]>
1 parent c5f6e3e commit 59c8ac2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test_asset-exchange-corda.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ jobs:
255255
./scripts/get-cordapps.sh || mv github.main.properties github.properties
256256
257257
cat github.properties
258+
cp github.properties ../../../samples/corda/corda-simple-application/
258259
working-directory: tests/network-setups/corda
259260

260261
- name: Generate github.properties (else)
@@ -265,6 +266,7 @@ jobs:
265266
echo "password=${{ secrets.GITHUB_TOKEN }}" >> github.properties
266267
echo "url=https://maven.pkg.github.com/hyperledger-labs/weaver-dlt-interoperability" >> github.properties
267268
cat github.properties
269+
cp github.properties ../../../samples/corda/corda-simple-application/
268270
working-directory: tests/network-setups/corda
269271

270272
# CORDA NETWORK

0 commit comments

Comments
 (0)