Skip to content

Commit

Permalink
Merge pull request #234 from nation3/migrate-to-sepolia
Browse files Browse the repository at this point in the history
test: goerli --> sepolia
  • Loading branch information
aahna-ashina authored Feb 12, 2024
2 parents 245c180 + 0089a22 commit 9a506c3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: /ui (Goerli) CI
name: /ui (Sepolia) CI

on:
push:
Expand Down Expand Up @@ -30,7 +30,7 @@ jobs:
cache-dependency-path: ui/yarn.lock
- run: npm install --global yarn
- run: echo $(yarn --version)
- run: cp .env.goerli .env.local
- run: cp .env.sepolia .env.local
- run: yarn install
- run: yarn build
- run: yarn lint
Expand Down

0 comments on commit 9a506c3

Please sign in to comment.