File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6969 - name : Install dependencies for old
7070 run : |
7171 # HACK: auto installation uses the published version, not our local version
72- (cd ./main_repo/ts-parser && npm install && npm install -g .)
72+ (cd ./main_repo/ts-parser && npm install && npm run build && npm install -g .)
7373 OUTDIR=out_old ABCEXE=./abcoder_old ./main_repo/script/run_testdata.sh first
7474 # avoid wasting time install a new jdtls
7575 echo "JDTLS_ROOT_PATH=$(realpath ./main_repo/lang/java/lsp/jdtls/jdt-language-server-*)" >> $GITHUB_ENV
8484
8585 - name : Install dependencies for new
8686 run : |
87- (cd ./pr_repo/ts-parser && npm install && npm install -g .)
87+ (cd ./pr_repo/ts-parser && npm install && npm run build && npm install -g .)
8888 OUTDIR=out_new ABCEXE=./abcoder_new ./pr_repo/script/run_testdata.sh first
8989
9090 - name : Run NEW abcoder
You can’t perform that action at this time.
0 commit comments