Skip to content

Commit 9e8c17c

Browse files
committed
ci: delete rocks caching
Since the installation of rocks takes not much time, so its caching can be removed.
1 parent 85dc80d commit 9e8c17c

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/testing.yaml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,6 @@ jobs:
4242
with:
4343
tarantool: ${{ matrix.tarantool }}
4444

45-
- name: Cache rocks
46-
uses: actions/cache@v3
47-
id: cache-rocks
48-
with:
49-
path: .rocks/
50-
key: "cache-rocks-${{ matrix.tarantool }}${{ env.VERSION_POSTFIX }}"
51-
5245
- name: Install requirements
5346
run: make deps depname=test
5447
if: steps.cache-rocks.outputs.cache-hit != 'true'
@@ -87,13 +80,6 @@ jobs:
8780
with:
8881
tarantool: '3.3'
8982

90-
- name: Cache rocks
91-
uses: actions/cache@v3
92-
id: cache-rocks
93-
with:
94-
path: .rocks/
95-
key: "cache-rocks-3.1${{ env.VERSION_POSTFIX }}"
96-
9783
- name: Install requirements
9884
run: make deps depname=coverage
9985
if: steps.cache-rocks.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)