Skip to content

Commit

Permalink
update CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
d10r committed Nov 18, 2024
1 parent 64cbde4 commit 5fbc6fc
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/build-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# build all examples independently
fail-fast: false
matrix:
project: ["tradeable-cashflow", "borrow-against-salary", "instant-distribution-intro","superfluid-gelato-automation", "money-streaming-intro/money-streaming-intro-hardhat"]
project: []
install: ["clean-install"]
node-version: [16]
steps:
Expand All @@ -42,23 +42,16 @@ jobs:
# build all examples independently
fail-fast: false
matrix:
project: ["money-streaming-intro/money-streaming-intro-foundry"]
project: ["money-streaming-intro-foundry"]
install: ["clean-install"]
node-version: [16]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- name: Install, Build, and Test
run: |
cd "projects/${{ matrix.project }}"
forge install superfluid-protocol-monorepo=https://github.com/superfluid-finance/protocol-monorepo@dev --no-commit
forge install https://github.com/OpenZeppelin/[email protected] --no-commit
forge install
forge build
forge test

0 comments on commit 5fbc6fc

Please sign in to comment.