diff --git a/.cspell.json b/.cspell.json index 1baa99e4ad..c0cdccee06 100644 --- a/.cspell.json +++ b/.cspell.json @@ -43,7 +43,6 @@ "sharded", "perfromance", "MMOC", - "deploysentinel", "codegen", "Unfortuantely", "viewports", diff --git a/.github/workflows/e2e-couchdb.yml b/.github/workflows/e2e-couchdb.yml index 07b62013b4..5333ee82f1 100644 --- a/.github/workflows/e2e-couchdb.yml +++ b/.github/workflows/e2e-couchdb.yml @@ -47,9 +47,8 @@ jobs: bash src/plugins/persistence/couch/setup-couchdb.sh bash src/plugins/persistence/couch/replace-localstorage-with-couchdb-indexhtml.sh - - name: Run CouchDB Tests and publish to deploysentinel + - name: Run CouchDB Tests env: - DEPLOYSENTINEL_API_KEY: ${{ secrets.DEPLOYSENTINEL_API_KEY }} COMMIT_INFO_SHA: ${{github.event.pull_request.head.sha }} run: npm run test:e2e:couchdb diff --git a/.gitignore b/.gitignore index a865c26db3..e3185bee0b 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,9 @@ *.idea *.iml +# VSCode +.vscode/settings.json + # Build output target dist diff --git a/TESTING.md b/TESTING.md index e5c6e04da4..68e4e3ad1f 100644 --- a/TESTING.md +++ b/TESTING.md @@ -85,9 +85,8 @@ There are a few reasons that your GitHub PR could be failing beyond simple faile * Not all required checks are run per commit. You may need to manually trigger addition GitHub checks with a `pr: