File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 - ' pyproject.toml'
1313 - ' uv.lock'
1414 - ' mypy_allowlist.txt'
15+ - ' .github/workflows/ci.yaml'
16+ - ' .github/actions/**'
1517 pull_request :
1618 workflow_dispatch :
1719
@@ -366,6 +368,10 @@ jobs:
366368 uses : actions/setup-node@v4
367369 with :
368370 node-version : ' 20'
371+ cache : ' npm'
372+ cache-dependency-path : |
373+ packages/codeflash/package-lock.json
374+ code_to_optimize/js/*/package-lock.json
369375
370376 - name : Install codeflash npm package dependencies
371377 run : |
@@ -452,17 +458,11 @@ jobs:
452458 - name : Install dependencies
453459 run : uv sync
454460
455- - name : Build codeflash-runtime JAR
461+ - name : Build and install codeflash-runtime JAR
456462 run : |
457463 cd codeflash-java-runtime
458- mvn clean package -q -DskipTests
459464 mvn install -q -DskipTests
460465
461- - name : Verify Java installation
462- run : |
463- java -version
464- mvn --version
465-
466466 - name : Remove .git
467467 if : matrix.remove_git
468468 run : |
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments