Skip to content

Merge pull request #466 from SquareTable/465-usercheckusernameavailab… #184

Merge pull request #466 from SquareTable/465-usercheckusernameavailab…

Merge pull request #466 from SquareTable/465-usercheckusernameavailab… #184

Workflow file for this run

name: MainCI
on:
push:
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
node-version: [20.x]
os: [ubuntu-22.04]
shard: [1, 2, 3, 4]
steps:
- name: Checkout Repository
uses: actions/[email protected]
- name: Setup Node.js ${{ matrix.node-version }}
uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
- name: Install packages
run: npm ci
- name: Run tests
run: npx jest --shard=${{ matrix.shard }}/4