Skip to content

[SDK][Dashboard] Add new WorkerUtils add missing parameters to detail… #2189

[SDK][Dashboard] Add new WorkerUtils add missing parameters to detail…

[SDK][Dashboard] Add new WorkerUtils add missing parameters to detail… #2189

name: Faucet server check
on:
push:
paths:
- 'packages/core/**'
- 'packages/sdk/typescript/human-protocol-sdk/**'
- 'packages/apps/faucet/server/**'
jobs:
faucet-server-test:
name: Faucet Server Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: yarn
- name: Install dependencies
run: yarn
- name: Create .env file
run: cp .env.example .env
working-directory: packages/apps/faucet/server
- name: Run faucet/server test
run: yarn workspace @human-protocol/faucet-server test