Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
gRoussac committed Oct 15, 2024
1 parent dad5a98 commit 83a1948
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci-rust-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,16 @@ jobs:
SPECULTATIVE_ADDRESS: http://127.0.0.1:25101

steps:
- name: Wait for the service to be ready
run: |
echo "Waiting for 60 seconds..."
sleep 60
- name: List files in the users directory
run: |
echo "Listing files in the users directory of the service container..."
docker exec ${{ job.services.casper-nctl.id }} ls /app/casper-nctl/assets/net-1/users/
- name: List files in user-1 directory
run: |
echo "Listing files in ./assets/users/user-1/:"
Expand Down

0 comments on commit 83a1948

Please sign in to comment.