File tree Expand file tree Collapse file tree 2 files changed +4
-62
lines changed
Expand file tree Collapse file tree 2 files changed +4
-62
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- name : CI-NEXT-JS
1+ name : APP CI
22
33# one-app is next.js project for website
44on :
55 pull_request :
66 paths :
7- - ' services/one-app/ **'
7+ - ' services/**'
88 - ' package.json'
99 - ' pnpm-lock.yaml'
1010 - ' .github/workflows/**'
@@ -20,7 +20,6 @@ concurrency:
2020env :
2121 DEFAULT_NODE_VERSION : ' 20.13.0'
2222 HUSKY : ' 0'
23- NODE_ENV : ' test'
2423 NEXT_TELEMETRY_DISABLED : ' 1'
2524
2625jobs :
@@ -59,10 +58,10 @@ jobs:
5958 echo '${{ secrets.DEV_ONE_APP_CONFIG }}' | jq -r 'to_entries | .[] | "\(.key)=\(.value)"' > services/one-app/.env
6059
6160 - name : 🔍 Run Type Check
62- run : pnpm nx-cloud record -- nx affected -t type-check
61+ run : pnpm nx affected -t type-check
6362
6463 - name : 📦 Run Build
65- run : pnpm nx-cloud record -- nx affected -t build
64+ run : pnpm nx affected -t build
6665
6766 - name : 🧪 Run Tests
6867 run : pnpm nx-cloud record -- nx affected -t test
You can’t perform that action at this time.
0 commit comments