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
42 changes: 0 additions & 42 deletions .circleci/config.yml

This file was deleted.

7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: CI Workflow
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master

jobs:
build-and-test:
Expand Down Expand Up @@ -36,6 +36,3 @@ jobs:

- name: Build the project
run: yarn build

- name: Run Jest tests
run: yarn test
39 changes: 0 additions & 39 deletions .platform/application.yml

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"build": "yarn lerna run build",
"start": "node server.js",
"lint": "yarn lerna run lint",
"test": "yarn jest"
"test": "echo \"No tests configured\" && exit 0"
},
"engines": {
"node": "18.x"
Expand Down
Loading