Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 0 additions & 48 deletions .github/workflows/CI-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,51 +58,3 @@ jobs:

- name: Check app linting, format and typescript
run: ./scripts/lint_apps.sh

##tests-main:
## needs: lint-format
## runs-on: ubuntu-latest
## defaults:
## run:
## shell: bash
## working-directory: ./backend
##
## steps:
## - name: Check out repository code
## uses: actions/checkout@v2
##
## - name: Setup Node
## uses: actions/setup-node@v3
## with:
## node-version: 20
##
## - name: Install dependencies
## run: cd .. && corepack enable && pnpm i --frozen-lockfile
##
## - name: Run tests
## working-directory: ./backend
## run: SERVICE=test pnpm test -- --testPathIgnorePatterns=serverless

## tests-serverless:
## needs: lint-format
## runs-on: ubuntu-latest
## defaults:
## run:
## shell: bash
## working-directory: ./backend
##
## steps:
## - name: Check out repository code
## uses: actions/checkout@v2
##
## - name: Setup Node
## uses: actions/setup-node@v3
## with:
## node-version: 20
##
## - name: Install dependencies
## run: cd .. && corepack enable && pnpm i --frozen-lockfile
##
## - name: Run tests
## working-directory: ./backend
## run: SERVICE=test pnpm test -- --testPathPattern="serverless\/"
16 changes: 0 additions & 16 deletions backend/.env.test

This file was deleted.

4 changes: 0 additions & 4 deletions backend/config/test.json

This file was deleted.

79 changes: 0 additions & 79 deletions backend/docker-compose.test.yaml

This file was deleted.

41 changes: 0 additions & 41 deletions backend/jest.config.js

This file was deleted.

3 changes: 0 additions & 3 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@
"@types/config": "^3.3.0",
"@types/cron": "^2.0.0",
"@types/html-to-text": "^8.1.1",
"@types/jest": "^29.5.1",
"@types/node": "~18.0.4",
"@types/sanitize-html": "^2.6.2",
"@types/superagent": "^4.1.15",
Expand All @@ -154,13 +153,11 @@
"eslint-config-airbnb-typescript": "^16.1.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.4",
"jest": "^29.5.0",
"node-mocks-http": "1.9.0",
"nodemon": "2.0.4",
"prettier": "^3.3.3",
"rdme": "^7.2.0",
"supertest": "^6.2.2",
"ts-jest": "^29.1.0",
"tsx": "^4.7.1",
"typescript": "^5.6.3"
},
Expand Down

This file was deleted.

Loading
Loading