Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-33682

Add Scala, Maven and Zinc caches to GitHub Action job to publish snapshot

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Later
    • 2.4.7, 3.0.1, 3.1.0
    • None
    • Project Infra, Tests
    • None

    Description

      We should also better add caches of Scala, Maven and Zinc, e.g.)

          - name: Cache Scala, Maven and Zinc
            uses: actions/cache@v2
            with:
              path: |
                build/apache-maven-*
                build/zinc-*
                build/scala-*
              key: build-${{ hashFiles('**/pom.xml', 'build/mvn') }}
              restore-keys: |
                build-
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            gurwls223 Hyukjin Kwon
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: