chore: update api test suite and include it in run test (#49794)

This commit is contained in:
Oliver Eyton-Williams
2023-03-23 17:57:11 +01:00
committed by GitHub
parent 87d9ade1a7
commit a0f958189e
11 changed files with 124 additions and 63 deletions

View File

@@ -100,6 +100,13 @@ jobs:
cp sample.env .env
cat .env
- name: Start MongoDB
uses: supercharge/mongodb-github-action@1.9.0
with:
mongodb-version: 6.0
mongodb-replica-set: test-rs
mongodb-port: 27017
- name: Install Dependencies
run: |
echo pnpm version $(pnpm -v)
@@ -141,6 +148,13 @@ jobs:
echo 'SHOW_UPCOMING_CHANGES=true' >> .env
cat .env
- name: Start MongoDB
uses: supercharge/mongodb-github-action@1.9.0
with:
mongodb-version: 6.0
mongodb-replica-set: test-rs
mongodb-port: 27017
- name: Install Dependencies
run: |
echo pnpm version $(pnpm -v)
@@ -182,6 +196,13 @@ jobs:
cp sample.env .env
cat .env
- name: Start MongoDB
uses: supercharge/mongodb-github-action@1.9.0
with:
mongodb-version: 6.0
mongodb-replica-set: test-rs
mongodb-port: 27017
- name: Install Dependencies
env:
CURRICULUM_LOCALE: ${{ matrix.locale }}