(chore) Remove caching in workflows
Some checks failed
prisma-migrate / install (push) Successful in 21s
prisma-migrate / generate (push) Successful in 23s
prisma-migrate / migrate (push) Failing after 35s

Signed-off-by: Louis Hollingworth <louis@hollingworth.ch>
This commit is contained in:
Louis Hollingworth 2023-06-22 20:47:18 +01:00
parent 724b384a03
commit f917564a83
Signed by: lucxjo
GPG key ID: A11415CB3DC7809B

View file

@ -14,7 +14,6 @@ jobs:
uses: https://github.com/actions/setup-node@v2
with:
node-version: 16.x
cache: "yarn"
- name: Install
run: yarn install
@ -33,7 +32,6 @@ jobs:
uses: https://github.com/actions/setup-node@v2
with:
node-version: 16.x
cache: "yarn"
- name: Install
run: yarn install
@ -55,7 +53,6 @@ jobs:
uses: https://github.com/actions/setup-node@v2
with:
node-version: 16.x
cache: "yarn"
- name: Install
run: yarn install