Skip to content

Commit 17750e6

Browse files
committed
skipped oAuth tests
1 parent e5cf8f8 commit 17750e6

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This is a basic workflow to help you get started with Actions
22

3-
name: CI
3+
name: CI
44

55
# Controls when the workflow will run
66
on:
@@ -31,8 +31,6 @@ jobs:
3131
- name: Install dependencies
3232
run: npm install
3333
- name: Run all tests
34-
env:
35-
MONGO_DB: ${{ secrets.MONGO_DB }}
3634
run: npm run test
3735

3836
# Runs a set of commands using the runners shell

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,8 @@
250250
],
251251
"modulePathIgnorePatterns": [
252252
"__tests__/playwright",
253-
"__tests__/spec.ts"
253+
"__tests__/spec.ts",
254+
"__tests__/userAuth.test.ts"
254255
],
255256
"transform": {
256257
"\\.(ts|tsx)$": "ts-jest",

0 commit comments

Comments
 (0)