Skip to content

Merge pull request #628 from peanutprotocol/fix/double-login #271

Merge pull request #628 from peanutprotocol/fix/double-login

Merge pull request #628 from peanutprotocol/fix/double-login #271

Workflow file for this run

name: Tests
on:
push:
branches: ['**']
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '21.1.0'
- uses: pnpm/action-setup@v2
with:
version: 8
- name: Install Dependencies
run: pnpm install
- name: Run Tests
run: pnpm test
- name: Upload Coverage
uses: actions/upload-artifact@v4
with:
name: coverage
path: coverage/