Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gRoussac committed Oct 15, 2024
1 parent 74fcd9a commit 4906a10
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-rust-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- 25101-25105:25101-25105
- 28101-28105:28101-28105
volumes:
- ./assets/users:/app/casper-nctl/assets/net-1/users/
- ../assets/users:/app/casper-nctl/assets/net-1/users/
env:
RPC_ADDRESS: http://127.0.0.1:11100
EVENT_ADDRESS: http://127.0.0.1:18101/events
Expand All @@ -48,7 +48,7 @@ jobs:
components: rustfmt, clippy
target: wasm32-unknown-unknown

- name: List files in user-2 directory
- name: List files in user-1 directory
run: |
echo "Listing files in ./assets/users/user-1/:"
ls -la ./assets/users/user-1/
Expand All @@ -57,8 +57,8 @@ jobs:
# Any funds sent to them on Mainnet or any other live network WILL BE LOST.
- name: Set SECRET_KEY_USER_1 and SECRET_KEY_USER_2 environment variables
run: |
echo "SECRET_KEY_USER_1=$(cat ./assets/users/user-1/secret_key.pem)" >> $GITHUB_ENV
echo "SECRET_KEY_USER_2=$(cat ./assets/users/user-2/secret_key.pem)" >> $GITHUB_ENV
echo "SECRET_KEY_USER_1=$(cat ../assets/users/user-1/secret_key.pem)" >> $GITHUB_ENV
echo "SECRET_KEY_USER_2=$(cat ../assets/users/user-2/secret_key.pem)" >> $GITHUB_ENV
- name: Print GITHUB_ENV
run: |
Expand Down

0 comments on commit 4906a10

Please sign in to comment.