Skip to content

Commit

Permalink
rename build-faucet to build-faucet-client, add build-faucet step
Browse files Browse the repository at this point in the history
  • Loading branch information
shannonwells committed Sep 18, 2024
1 parent dbd4da9 commit 5e98646
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/verify-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,17 @@ permissions:

jobs:
build-faucet:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install node
uses: actions/setup-node@v4
with:
node-version: 20
- run: yarn install --frozen-lockfile
- run: yarn run build
build-faucet-client:
runs-on: ubuntu-latest
defaults:
run:
Expand Down

0 comments on commit 5e98646

Please sign in to comment.