Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
HoloRin committed May 2, 2024
1 parent 92701af commit b9ef746
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 102 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/templates/test-make.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
test-(@= name @):
name: Test (@= name @)
needs: #@ needs
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand All @@ -39,7 +39,7 @@
key: ${{ runner.os }}-make-cache-${{ needs.xref.outputs.hash }}
fail-on-cache-miss: true
- name: RESTORE TEST RESULT CACHE
uses: actions/cache@v4
uses: actions/cache/restore@v4
with:
path: /home/runner/test-result-cache/
key: ${{ runner.os }}-test-result-cache-${{ needs.xref.outputs.hash }}-(@= name @)-${{ github.run_number }}-${{ github.run_attempt }}
Expand Down Expand Up @@ -111,7 +111,7 @@
test-rabbitmq_cli:
name: Test rabbitmq_cli
needs: #@ needs
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand Down
Loading

0 comments on commit b9ef746

Please sign in to comment.