Skip to content

Commit

Permalink
Test CI mode
Browse files Browse the repository at this point in the history
  • Loading branch information
lucferbux committed Sep 9, 2023
1 parent 3e0ae94 commit a44abc2
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 24 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:

env:
MONGODB_URI: mongodb://localhost:27017/
MONGODB_DB_MAIN: portfolio_db_test

services:
mongodb:
Expand Down
20 changes: 0 additions & 20 deletions ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"dependencies": {
"@sentry/react": "^7.45.0",
"@sentry/tracing": "^7.45.0",
"dotenv-flow": "^3.3.0",
"i18next": "^19.9.2",
"i18next-browser-languagedetector": "^6.0.1",
"jwt-decode": "^3.1.2",
Expand Down
3 changes: 0 additions & 3 deletions ui/playwright.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
import { defineConfig, devices } from '@playwright/test';
import flow from 'dotenv-flow';

flow.config();

export default defineConfig({
timeout: 5000,
Expand Down

0 comments on commit a44abc2

Please sign in to comment.