Skip to content

Commit

Permalink
moved optimized out to root where its being looked for
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDeadCe11 committed Jun 5, 2024
1 parent e5ce1ad commit bfb4a42
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ jobs:
- name: Build Seaport
run: FOUNDRY_PROFILE=optimized forge build
working-directory: ./lib/seaport

- name: copy optimized json
run: cp -r ./lib/seaport/optimized-out ./optimized-out

- name: "Create env file"
run: |
Expand Down

0 comments on commit bfb4a42

Please sign in to comment.