Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Nov 27, 2024
1 parent 3239a3b commit 27c32c5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion .github/actions/cache-downloads/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ runs:
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
with:
path: 'downloads/**'
key: cache-downloads-v${{ inputs.cache-version }}-${{ inputs.cache-name }}-${{ hashFiles('group_vars/all.yml') }}
key: cache-downloads-v5${{ inputs.cache-version }}-${{ inputs.cache-name }}-${{ hashFiles('group_vars/all.yml') }}

- name: Prefetch artifacts
shell: bash
Expand All @@ -30,3 +30,11 @@ runs:
with:
path: 'downloads/**'
key: ${{ steps.artifacts-cache.outputs.cache-primary-key }}

- name: Debug network
shell: bash
if: always()
run: |
ifconfig -a
ip addr
curl -v https://archive.apache.org/dist/activemq/5.18.5/apache-activemq-5.18.5-bin.tar.gz.sha512
2 changes: 1 addition & 1 deletion .github/workflows/community.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
! startsWith(github.head_ref, 'next/') && ! contains(github.event.pull_request.labels.*.name, 'ci-prerelease')
runs-on: ubuntu-latest
strategy:
fail-fast: true
fail-fast: false
matrix:
molecule_distro:
- image: ubuntu:22.04
Expand Down

0 comments on commit 27c32c5

Please sign in to comment.