Skip to content

Commit fd933d8

Browse files
committed
Lock added, CI/CD tests removed
1 parent 67c9bf9 commit fd933d8

File tree

5 files changed

+7801
-41
lines changed

5 files changed

+7801
-41
lines changed

.github/workflows/merge-main.yaml

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -59,28 +59,10 @@ jobs:
5959
- name: Build
6060
run: npm run build
6161

62-
test:
63-
runs-on: ubuntu-latest
64-
65-
steps:
66-
- name: Checkout code
67-
uses: actions/[email protected]
68-
69-
- name: Set up Node.js
70-
uses: actions/[email protected]
71-
with:
72-
node-version: 20
73-
74-
- name: Install dependencies
75-
run: npm ci
76-
77-
- name: Run tests
78-
run: npm run test
79-
8062
publish:
81-
needs: [linting, typecheck, build, test]
63+
needs: [linting, typecheck, build]
8264
runs-on: ubuntu-latest
83-
if: always() && needs.linting.result == 'success' && needs.typecheck.result == 'success' && needs.build.result == 'success' && needs.test.result == 'success'
65+
if: always() && needs.linting.result == 'success' && needs.typecheck.result == 'success' && needs.build.result == 'success'
8466

8567
steps:
8668
- name: Checkout code

.github/workflows/pr-main.yaml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -58,21 +58,3 @@ jobs:
5858

5959
- name: Build
6060
run: npm run build
61-
62-
test:
63-
runs-on: ubuntu-latest
64-
65-
steps:
66-
- name: Checkout code
67-
uses: actions/[email protected]
68-
69-
- name: Set up Node.js
70-
uses: actions/[email protected]
71-
with:
72-
node-version: 20
73-
74-
- name: Install dependencies
75-
run: npm ci
76-
77-
- name: Run tests
78-
run: npm run test

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ node_modules/
22
npm-debug.log*
33
yarn-debug.log*
44
yarn-error.log*
5-
package-lock.json
65
yarn.lock
76
dist/
87
build/

0 commit comments

Comments
 (0)