Skip to content

Commit e9cdab0

Browse files
committed
Remove check-cache test as this doesn't work with LFS files
1 parent 955c21f commit e9cdab0

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -111,18 +111,6 @@ jobs:
111111
- name: 💅 Prettier Check
112112
run: yarn prettier:check
113113

114-
yarn-check-cache:
115-
runs-on: ubuntu-latest
116-
steps:
117-
- uses: actions/checkout@v4
118-
with:
119-
lfs: true
120-
- uses: actions/setup-node@v4
121-
with:
122-
node-version-file: .tool-versions
123-
- name: 🔍 Check Yarn Cache
124-
run: yarn install --immutable --immutable-cache --check-cache
125-
126114
onesky-upload:
127115
runs-on: ubuntu-latest
128116
needs: [test, eslint, typescript, prettier]

0 commit comments

Comments
 (0)