Skip to content

fix: resolves ban user action to show message and logout (#2263) #11193

fix: resolves ban user action to show message and logout (#2263)

fix: resolves ban user action to show message and logout (#2263) #11193

Workflow file for this run

name: Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# Utilize a cache when installing deps for a potentially quicker build
- uses: actions/setup-node@v4
with:
node-version: 18
cache: "yarn"
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run tests
run: yarn test