Skip to content

Commit

Permalink
Testing outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasas993 committed Nov 12, 2024
1 parent 5db5cd1 commit e6895af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,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/repository/org/opensearch/plugin/performance-analyzer/${{ env.VERSION }}.0/ "
run: echo "Failed to cache OpenSearch plugins. DIRECTORYY $HOME/.m2/repository/org/opensearch/plugin/performance-analyzer/${{ env.VERSION }}.0/ " >> $GITHUB_OUTPUT

- name: Run `assemble.sh`
run: |
Expand All @@ -312,7 +312,7 @@ jobs:
- if: ${{steps.cache-opensearch-plugins-post.cache-hit != 'true'}}
name: Cache OpenSearch plugins fail POST
run: |
ls $HOME/.m2/repository/org/opensearch/plugin/performance-analyzer/${{ env.VERSION }}.0/
ls $HOME/.m2/repository/org/opensearch/plugin/performance-analyzer/${{ env.VERSION }}.0/ >> $GITHUB_OUTPUT
- name: Test RPM package
Expand Down

0 comments on commit e6895af

Please sign in to comment.