Skip to content

Commit

Permalink
listing directory in matic-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayak0035 committed Mar 28, 2024
1 parent 552b14d commit 727b1e8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,14 @@ jobs:
- name: Bootstrap devnet
run: |
cd matic-cli
ls -d */
ls -la */
npm install --prefer-offline --no-audit --progress=false
cd bin
ls -la
cd ../bor
ls -la
cd ../bor/.github/
ls -la
mkdir devnet
cd devnet
../bin/matic-cli setup devnet -c ../../bor/.github/matic-cli-config.yml
Expand Down

0 comments on commit 727b1e8

Please sign in to comment.