Skip to content

Commit

Permalink
fix: enable script execution
Browse files Browse the repository at this point in the history
  • Loading branch information
vbidin committed Jun 14, 2023
1 parent c8e2e17 commit a94c9de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/forge-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,10 @@ jobs:

# Add additional SSH keys if needed.
- name: Checkout submodules
run: ./scripts/setup.sh
shell: bash
env:
SSH_KEY_GLOBALS: ${{secrets.SSH_KEY_GLOBALS}}
shell: bash
run: |
chmod +x ./setup.sh
./setup.sh

- name: Run tests
run: forge test
Empty file modified scripts/setup.sh
100644 → 100755
Empty file.

0 comments on commit a94c9de

Please sign in to comment.