We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92701af commit b9ef746Copy full SHA for b9ef746
.github/workflows/templates/test-make.template.yaml
@@ -13,7 +13,7 @@
13
test-(@= name @):
14
name: Test (@= name @)
15
needs: #@ needs
16
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
17
strategy:
18
fail-fast: false
19
matrix:
@@ -39,7 +39,7 @@
39
key: ${{ runner.os }}-make-cache-${{ needs.xref.outputs.hash }}
40
fail-on-cache-miss: true
41
- name: RESTORE TEST RESULT CACHE
42
- uses: actions/cache@v4
+ uses: actions/cache/restore@v4
43
with:
44
path: /home/runner/test-result-cache/
45
key: ${{ runner.os }}-test-result-cache-${{ needs.xref.outputs.hash }}-(@= name @)-${{ github.run_number }}-${{ github.run_attempt }}
@@ -111,7 +111,7 @@
111
test-rabbitmq_cli:
112
name: Test rabbitmq_cli
113
114
115
116
117
0 commit comments