Skip to content

Commit

Permalink
remove tests from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
epipav committed Oct 24, 2024
1 parent 5feb8cc commit d216474
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions .github/workflows/CI-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,29 +59,29 @@ 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-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
Expand Down

0 comments on commit d216474

Please sign in to comment.