mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 12:03:31 +01:00
ci: remove cache-dir from test
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -31,7 +31,7 @@ jobs:
|
|||||||
run: yarn lint --cache-dir=".turbo"
|
run: yarn lint --cache-dir=".turbo"
|
||||||
|
|
||||||
- name: Tests
|
- name: Tests
|
||||||
run: yarn test --cache-dir=".turbo"
|
run: yarn test
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: yarn build --cache-dir=".turbo"
|
run: yarn build --cache-dir=".turbo"
|
||||||
|
|||||||
Reference in New Issue
Block a user