Skip to content

Commit

Permalink
Fix action setup and install
Browse files Browse the repository at this point in the history
  • Loading branch information
yorhodes committed Nov 28, 2023
1 parent 5632b9c commit 2063a3e
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/storage-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,17 @@ jobs:
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
submodules: recursive

# Setup the environment (if needed)
- name: Setup Environment
run: |
# Add commands to setup environment, e.g., install dependencies
# sudo apt-get update
# sudo apt-get install -y your-dependency-here
- uses: actions/setup-node@v3
with:
node-version: 18

- name: Install
run: yarn workspaces focus @hyperlane-xyz/core

- name: foundry-install
uses: onbjerg/foundry-toolchain@v1

# Run the command on PR branch
- name: Run command on PR branch
Expand Down

0 comments on commit 2063a3e

Please sign in to comment.