Skip to content

Commit

Permalink
Add another path to test
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasas993 committed Nov 12, 2024
1 parent 5a03aa9 commit 27f880e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ jobs:
- if: ${{steps.cache-opensearch-plugins.cache-hit != 'true'}}
name: Cache OpenSearch plugins fail
run: echo "Failed to cache OpenSearch plugins. DIRECTORYY /$HOME/.m2/org/opensearch/plugin/performance-analyzer/${{ env.VERSION }}.0/ "
run: echo "Failed to cache OpenSearch plugins. DIRECTORYY $HOME/.m2/org/opensearch/plugin/performance-analyzer/${{ env.VERSION }}.0/ "

- name: Run `assemble.sh`
run: |
Expand All @@ -309,11 +309,16 @@ jobs:
path: |
//$HOME/.m2/org/opensearch/plugin/performance-analyzer/${{ env.VERSION }}.0/
$HOME/.m2/org/opensearch/plugin/performance-analyzer/${{ env.VERSION }}.0/
$HOME/runner/.m2/org/opensearch/plugin/performance-analyzer/${{ env.VERSION }}.0/
key: ${{ runner.os }}-opensearch-performance-analyzer-${{ hashFiles('performance-analyzer**.xml') }}
restore-keys: |
${{ runner.os }}-opensearch-performance-analyzer
${{ runner.os }}-opensearch
- if: ${{steps.cache-opensearch-plugins-post.cache-hit != 'true'}}
name: Cache OpenSearch plugins fail
run: echo "Failed to cache OpenSearch plugins post assemble script. DIRECTORYY $HOME/.m2/org/opensearch/plugin/performance-analyzer/${{ env.VERSION }}.0/ "

- name: Test RPM package
if: ${{ matrix.distribution == 'rpm' }}
uses: addnab/docker-run-action@v3
Expand Down

0 comments on commit 27f880e

Please sign in to comment.