Skip to content

google_id field sparsed #9

google_id field sparsed

google_id field sparsed #9

Workflow file for this run

name: tests-backend
on:
pull_request:
paths:
- "backend/**"
branches:
- main
jobs:
builds:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- run: cd backend && npm install && npm run test