Skip to content

Commit

Permalink
Merge pull request #38 from ProjectOpenSea/ryanio-patch-1
Browse files Browse the repository at this point in the history
Add ref and opt builds to gh workflow run-custom-command.yml
  • Loading branch information
0age authored Feb 29, 2024
2 parents 67d597d + 8f0e53e commit 6e28485
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/run-custom-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,11 @@ jobs:
- name: Install forge dependencies
run: forge install

- name: Precompile reference contracts
run: FOUNDRY_PROFILE=reference forge build

- name: Precompile optimized contracts
run: FOUNDRY_PROFILE=optimized forge build

- name: Run custom command
run: ${{ github.event.inputs.cmd }}
run: ${{ github.event.inputs.cmd }}

0 comments on commit 6e28485

Please sign in to comment.