Skip to content

Bump express from 4.16.3 to 4.19.2 in /services/user #2

Bump express from 4.16.3 to 4.19.2 in /services/user

Bump express from 4.16.3 to 4.19.2 in /services/user #2

Workflow file for this run

name: user-svc-test
on:
pull_request:
branches:
- main
paths:
- services/user/**
- packages/**
workflow_dispatch:
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/unit-test
with:
service: user-service