File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6363 - name : Build and Test (EISOP build)
6464 if : ${{ env.EISOP_RELEASE != 'true' }}
6565 # If a cloned EISOP CF is needed, use the following:
66- run : ./gradlew build conformanceTests demoTest --include-build ../jspecify --include-build ../checker-framework --warning-mode all
66+ run : ./gradlew build conformanceTests demoTest --include-build ../jspecify --include-build ../checker-framework --warning-mode all --no-configuration-cache
6767 env :
6868 SHALLOW : 1
6969 JSPECIFY_CONFORMANCE_TEST_MODE : details
8080 - name : Run Samples Tests (EISOP build)
8181 if : ${{ always() && env.EISOP_RELEASE != 'true' }}
8282 # If a cloned EISOP CF is needed, use the following:
83- run : ./gradlew jspecifySamplesTest --include-build ../jspecify --include-build ../checker-framework --warning-mode all
83+ run : ./gradlew jspecifySamplesTest --include-build ../jspecify --include-build ../checker-framework --warning-mode all --no-configuration-cache
8484
8585 publish-snapshot :
8686 name : Publish Conformance Test Framework Snapshot
You can’t perform that action at this time.
0 commit comments