File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 3434 run : " node --version && npm --version"
3535 - name : " Setup Gradle"
3636 uses : " gradle/actions/setup-gradle@v4"
37+ with :
38+ cache-read-only : ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/heads/initial-version' }} # TODO remove when initial-version is removed
3739 - name : " Run check on build-logic subproject"
3840 run : " ./gradlew :build-logic:check --no-configuration-cache"
3941 - name : " Run check on project"
5961 runs-on : " ${{ matrix.runner }}"
6062 env :
6163 SEGMENT_DOWNLOAD_TIMEOUT_MINS : " 15"
62- BUILDCACHE_LOCAL_DEFAULT_DIRECTORY : " true"
6364 steps :
6465 - name : " Checkout"
6566 uses : " actions/checkout@v4"
7677 node-version : " lts/jod" # 22
7778 - name : " Setup Gradle"
7879 uses : " gradle/actions/setup-gradle@v4"
80+ with :
81+ cache-read-only : ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/heads/initial-version' }} # TODO remove when initial-version is removed
7982 - name : " Check if binary works"
8083 run : " ./gradlew testAllCliNative"
8184 - name : " junit result"
You can’t perform that action at this time.
0 commit comments