Bump openpgp from 5.10.2 to 5.11.1 #1262
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Faucet server check | |
on: | |
push: | |
branches: | |
- 'main' | |
pull_request: | |
paths: | |
- 'packages/core/**' | |
- 'packages/sdk/typescript/human-protocol-sdk/**' | |
- 'packages/apps/faucet-server/**' | |
workflow_dispatch: | |
jobs: | |
faucet-server-test: | |
name: Faucet Server Test | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- run: npm install --global yarn && yarn | |
name: Install dependencies | |
- run: yarn faucet-server:test | |
name: Run faucet-server test |