Skip to content

build(deps): bump express, @nestjs/apollo, @nestjs/core, @nestjs/graphql, @nestjs/microservices, @nestjs/platform-express, @nestjs/platform-fastify and @nestjs/testing #468

build(deps): bump express, @nestjs/apollo, @nestjs/core, @nestjs/graphql, @nestjs/microservices, @nestjs/platform-express, @nestjs/platform-fastify and @nestjs/testing

build(deps): bump express, @nestjs/apollo, @nestjs/core, @nestjs/graphql, @nestjs/microservices, @nestjs/platform-express, @nestjs/platform-fastify and @nestjs/testing #468

Workflow file for this run

name: test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v3
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: "18"
cache: npm
- name: test
run: |
npm install
npm run test:cov
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}