Skip to content

Commit

Permalink
Try to use outside workflow based on sha
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <[email protected]>
  • Loading branch information
derek-ho committed Feb 20, 2024
1 parent bd3415a commit ca45944
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 239 deletions.
51 changes: 0 additions & 51 deletions .github/actions/create-bwc-build/action.yaml

This file was deleted.

58 changes: 0 additions & 58 deletions .github/actions/run-bwc-suite/action.yaml

This file was deleted.

127 changes: 0 additions & 127 deletions .github/actions/start-opensearch-with-one-plugin/action.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/plugin_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ jobs:
Get-Content .\setup.bat
- name: Run Opensearch with A Single Plugin
uses: ./.github/actions/start-opensearch-with-one-plugin
uses: derek-ho/start-opensearch@cc6257459892289e494c08fd45eb1988db18c737
with:
opensearch-version: ${{ env.OPENSEARCH_VERSION }}
plugin-name: ${{ env.PLUGIN_NAME }}
setup-script-name: setup
plugins: 'file: $(pwd)/${{ env.PLUGIN_NAME }}'
security-enabled: true
admin-password: ${{ steps.random-password.outputs.generated_name }}

- name: Run sanity tests
Expand Down

0 comments on commit ca45944

Please sign in to comment.