Skip to content

Change user creation useCase to accept authentication with Google #147

Change user creation useCase to accept authentication with Google

Change user creation useCase to accept authentication with Google #147

Workflow file for this run

name: Run Unit Tests
on: [push]
jobs:
run-unit-tests:
name: Run Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'pnpm'
- run: pnpm install
- run: pnpm run test