Skip to content

Commit

Permalink
ProtocolRewards deploy script (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
waynehoover authored Sep 1, 2023
1 parent 31bd753 commit 917edb0
Show file tree
Hide file tree
Showing 66 changed files with 7,289 additions and 27 deletions.
23 changes: 14 additions & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,6 @@ jobs:
with:
node-version: 16.x

# - name: "Install Foundry"
# uses: "foundry-rs/foundry-toolchain@v1"

# - name: "Restore the cached build"
# uses: "actions/cache/restore@v3"
# with:
# key: "foundry-build-${{ github.sha }}"
# path: "out-optimized"

- id: yarn-cache
run: echo "::set-output name=dir::$(yarn cache dir)"

Expand All @@ -42,3 +33,17 @@ jobs:
- run: yarn
- run: yarn test

- name: Install Foundry
uses: onbjerg/foundry-toolchain@v1
with:
version: nightly

- name: Install Dependencies
run: forge install

# - name: Run Lint Check
# run: forge fmt --check

- name: "Run Forge Tests"
run: "forge test"
Loading

0 comments on commit 917edb0

Please sign in to comment.