We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85dc80d commit 9e8c17cCopy full SHA for 9e8c17c
.github/workflows/testing.yaml
@@ -42,13 +42,6 @@ jobs:
42
with:
43
tarantool: ${{ matrix.tarantool }}
44
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
-
52
- name: Install requirements
53
run: make deps depname=test
54
if: steps.cache-rocks.outputs.cache-hit != 'true'
@@ -87,13 +80,6 @@ jobs:
87
80
88
81
tarantool: '3.3'
89
82
90
91
92
93
94
95
- key: "cache-rocks-3.1${{ env.VERSION_POSTFIX }}"
96
97
83
98
84
run: make deps depname=coverage
99
85
0 commit comments