This repository was archived by the owner on Jun 19, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6060 image-ref : finmind-backend:ci
6161 format : table
6262 exit-code : 1
63+ ignore-unfixed : true
6364 vuln-type : os,library
64- severity : CRITICAL,HIGH
65+ severity : CRITICAL
6566
6667 frontend :
6768 runs-on : ubuntu-latest
@@ -70,19 +71,17 @@ jobs:
7071 - uses : actions/setup-node@v4
7172 with :
7273 node-version : " 20"
74+ cache : npm
75+ cache-dependency-path : app/package-lock.json
7376 - name : Install
74- run : |
75- cd app
76- npm ci || npm install
77+ working-directory : app
78+ run : npm ci
7779 - name : Lint
78- run : |
79- cd app
80- npm run lint
80+ working-directory : app
81+ run : npm run lint
8182 - name : Test
82- run : |
83- cd app
84- npm run test -- --run
83+ working-directory : app
84+ run : npm run test -- --ci
8585 - name : Build
86- run : |
87- cd app
88- npm run build
86+ working-directory : app
87+ run : npm run build
Original file line number Diff line number Diff line change 2828 uses : github/codeql-action/init@v3
2929 with :
3030 languages : ${{ matrix.language }}
31-
32- - name : Autobuild
33- uses : github/codeql-action/autobuild@v3
31+ build-mode : none
3432
3533 - name : Perform CodeQL Analysis
3634 uses : github/codeql-action/analyze@v3
Original file line number Diff line number Diff line change 11name : Frontend Tests
22
33on :
4+ workflow_dispatch :
45 push :
5- branches : [ main, test-cases, feature/** ]
6+ branches : ["**" ]
67 paths :
78 - ' app/**'
89 - ' .github/workflows/frontend-tests.yml'
910 pull_request :
10- branches : [ main ]
11+ paths :
12+ - ' app/**'
13+ - ' .github/workflows/frontend-tests.yml'
1114
1215jobs :
1316 test :
Original file line number Diff line number Diff line change 3636npm-debug.log *
3737yarn-debug.log *
3838pnpm-debug.log *
39+
40+ plan.md
You can’t perform that action at this time.
0 commit comments