Skip to content

Commit

Permalink
do reference build and copy folders
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDeadCe11 committed Jun 5, 2024
1 parent bfb4a42 commit d1fc1aa
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,21 @@ jobs:
- name: Build
run: forge build

- name: Build Seaport
- name: Build Reference Seaport
run: FOUNDRY_PROFILE=reference forge build
working-directory: ./lib/seaport

- name: Build Optimized Seaport
run: FOUNDRY_PROFILE=optimized forge build
working-directory: ./lib/seaport


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

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


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

0 comments on commit d1fc1aa

Please sign in to comment.