Commit f510f5e0 authored by tom's avatar tom

useRollingCache for workflow

parent df58f8e9
...@@ -21,6 +21,8 @@ jobs: ...@@ -21,6 +21,8 @@ jobs:
- name: Install dependencies - name: Install dependencies
uses: bahmutov/npm-install@v1 uses: bahmutov/npm-install@v1
with:
useRollingCache: true
- name: Run ESLint - name: Run ESLint
run: yarn lint:eslint run: yarn lint:eslint
...@@ -40,6 +42,8 @@ jobs: ...@@ -40,6 +42,8 @@ jobs:
- name: Install dependencies - name: Install dependencies
uses: bahmutov/npm-install@v1 uses: bahmutov/npm-install@v1
with:
useRollingCache: true
- name: Compile TypeScript - name: Compile TypeScript
run: yarn lint:tsc run: yarn lint:tsc
...@@ -61,6 +65,8 @@ jobs: ...@@ -61,6 +65,8 @@ jobs:
- name: Install dependencies - name: Install dependencies
uses: bahmutov/npm-install@v1 uses: bahmutov/npm-install@v1
with:
useRollingCache: true
- name: Run Jest - name: Run Jest
run: yarn test:jest run: yarn test:jest
...@@ -89,6 +95,8 @@ jobs: ...@@ -89,6 +95,8 @@ jobs:
- name: Install dependencies - name: Install dependencies
uses: bahmutov/npm-install@v1 uses: bahmutov/npm-install@v1
with:
useRollingCache: true
- name: Run PlayWright - name: Run PlayWright
run: HOME=/root yarn test:pw run: HOME=/root yarn test:pw
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment