Skip to content

Commit

Permalink
🐛 fix: Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Sep 8, 2023
1 parent d8473af commit 34fe03a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ name: Release CI
on:
push:
branches:
- master
- alpha
- beta
- rc
- main

jobs:
test:
Expand All @@ -27,8 +24,8 @@ jobs:
- name: Install deps
run: pnpm install

- name: lint
run: pnpm run lint && pnpm run doctor
- name: CI
run: pnpm run ci

- name: Test
run: pnpm run test
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- name: Install deps
run: pnpm install

- name: CI
run: pnpm run ci

- name: Test and coverage
run: pnpm run test:coverage

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"dev": "next dev -p 3400",
"lint": "eslint \"{src,api,docs}/**/*.{js,jsx,ts,tsx}\" --fix",
"lint:md": "remark . --quiet --frail --output",
"lint:prettier": "prettier --check \"api/**/*\" --end-of-line auto",
"lint:style": "stylelint \"src/**/*.{js,jsx,ts,tsx}\" --fix",
"prepare": "husky install",
"prepublishOnly": "npm run doctor && npm run build",
Expand Down

0 comments on commit 34fe03a

Please sign in to comment.