diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 200e289ef..5007e83aa 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -91,14 +91,14 @@ jobs: cli: '1.12.0.1530' bb: latest - # - name: ๐Ÿ— maven cache - # uses: actions/cache@v3 - # with: - # path: | - # ~/.m2 - # ~/.gitlibs - # ~/.deps.clj - # key: ${{ runner.os }}-maven-test-${{ hashFiles('deps.edn') }} + - name: ๐Ÿ— maven cache + uses: actions/cache@v3 + with: + path: | + ~/.m2 + ~/.gitlibs + ~/.deps.clj + key: ${{ runner.os }}-maven-test-${{ hashFiles('deps.edn') }} - name: ๐Ÿงช Run tests shell: bash run: | @@ -132,14 +132,14 @@ jobs: with: bb: latest - # - name: ๐Ÿ— maven cache - # uses: actions/cache@v3 - # with: - # path: | - # ~/.m2 - # ~/.gitlibs - # ~/.deps.clj - # key: ${{ runner.os }}-maven-test-${{ hashFiles('deps.edn') }}-${{ hashFiles('bb.edn') }} + - name: ๐Ÿ— maven cache + uses: actions/cache@v3 + with: + path: | + ~/.m2 + ~/.gitlibs + ~/.deps.clj + key: ${{ runner.os }}-maven-test-${{ hashFiles('deps.edn') }}-${{ hashFiles('bb.edn') }} - name: ๐Ÿงช Run tests shell: bash