Skip to content

Commit

Permalink
Update e2e.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wcgcyx committed Nov 21, 2023
1 parent 8629531 commit 6569b77
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: End to End Test

on: [push]

env:
FOUNDRY_PROFILE: ci

jobs:
build:
name: End to End Test
Expand All @@ -14,6 +17,11 @@ jobs:
with:
node-version: 18.x

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

- name: Run install
uses: borales/actions-yarn@v4
with:
Expand Down

0 comments on commit 6569b77

Please sign in to comment.