Skip to content

Commit

Permalink
chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Feb 19, 2024
1 parent 8ae617d commit 008719b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,11 @@ jobs:
with:
name: spawn

# run the ls command
- name: List files
run: ls -l
- name: Binary Permission
run: chmod +x ./spawn && ls -l

- name: Build Chain
run: ./bin/spawn new chain1 --bypass-prompt --bech32=roll --bin=${{env.BIN_NAME}} --no-git --org=rollchains --denom=uroll --debug
run: ./spawn new chain1 --bypass-prompt --bech32=roll --bin=${{env.BIN_NAME}} --no-git --org=rollchains --denom=uroll --debug

- name: Unit Test Chain
run: |
Expand Down

0 comments on commit 008719b

Please sign in to comment.