Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Bump mongoose from 6.6.1 to 7.5.0 #3404

Bump mongoose from 6.6.1 to 7.5.0

Bump mongoose from 6.6.1 to 7.5.0 #3404

Workflow file for this run

# Performs automated tests on pushes.
name: Automated testing
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn install --frozen-lockfile
- name: Copy .env file
uses: canastro/copy-file-action@master
with:
source: '.env.dist'
target: '.env'
- name: MongoDB in GitHub Actions
uses: supercharge/[email protected]
with:
mongodb-replica-set: rs0
- name: Run tests
run: yarn test