Skip to content

Faucet Polling in E2E Tests #367

Faucet Polling in E2E Tests

Faucet Polling in E2E Tests #367

Workflow file for this run

name: Test
# run on all PRs (even the ones that target other branches)
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.x'
cache: 'yarn'
- run: yarn install --frozen-lockfile # optional, --immutable
- run: cd wallet && yarn lint
- run: yarn test