skip to Main Content

Mongodb – Github Actions Jest

My Jest tests are passing, but Github actions workflow isn't completing. Here's my main.yaml. name: Jest Unit Tests on: push: branches: [ main ] pull_request: branches: [ main ] jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [14.x, 16.x] mongodb-version: ['4.2',…

VIEW QUESTION
Back To Top
Search