Skip to content
Snippets Groups Projects
Unverified Commit ec61fd9b authored by Diogo Mendes's avatar Diogo Mendes Committed by GitHub
Browse files

Reverting cache (#21378)

parent b449a878
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ runs:
curl -O https://download.clojure.org/install/linux-install-${{ inputs.clojure-version }}.sh &&
sudo bash ./linux-install-${{ inputs.clojure-version }}.sh
- name: Get M2 cache
uses: actions/cache@v3
uses: actions/cache@v2
with:
path: |
~/.m2
......
......@@ -3,7 +3,7 @@ runs:
using: "composite"
steps:
- name: Get Cypress cache
uses: actions/cache@v3
uses: actions/cache@v2
with:
path: ~/.cache/Cypress
key: ${{ runner.os }}-Cypress-${{ hashFiles('**/yarn.lock') }}
......
......@@ -8,12 +8,12 @@ runs:
node-version: 14.x
cache: 'yarn'
- name: Get M2 cache
uses: actions/cache@v3
uses: actions/cache@v2
with:
path: ~/.m2
key: ${{ runner.os }}-cljs-${{ hashFiles('**/shadow-cljs.edn') }}
- name: Get node_modules cache
uses: actions/cache@v3
uses: actions/cache@v2
with:
path: node_modules
key: ${{ runner.os }}-node-modules-${{ hashFiles('**/yarn.lock') }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment