test: remove tests that were not unit tests (#29734)

This commit is contained in:
Guilherme Gazzo 2023-07-06 18:58:08 -03:00 committed by GitHub
parent b6a2c7763a
commit e1e77d7fde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1170 deletions

View File

@ -6,10 +6,6 @@ on:
node-version:
required: true
type: string
mongodb-version:
default: "['4.4', '6.0']"
required: false
type: string
env:
MONGO_URL: mongodb://localhost:27017/rocketchat?replicaSet=rs0&directConnection=true
@ -19,20 +15,9 @@ jobs:
test:
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
mongodb-version: ${{ fromJSON(inputs.mongodb-version) }}
name: MongoDB ${{ matrix.mongodb-version }}
name: Unit Tests
steps:
- name: Launch MongoDB
uses: supercharge/mongodb-github-action@1.9.0
with:
mongodb-version: ${{ matrix.mongodb-version }}
mongodb-replica-set: rs0
- uses: actions/checkout@v3
- name: Setup NodeJS

File diff suppressed because it is too large Load Diff