Skip to content

Commit

Permalink
delete trial and errors echos
Browse files Browse the repository at this point in the history
Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
  • Loading branch information
kavilla committed May 29, 2022
1 parent 7251044 commit a9aeea6
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/build_and_test_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,16 +219,6 @@ jobs:
path: ./artifacts/
if: steps.verify-opensearch-exists.outputs.version-exists == 'true'

- name: echo path
run: echo ${{ steps.download.outputs.download-path }}

- name: ls path
run: ls -R ${{ steps.download.outputs.download-path }}

# - name: Unzip OpenSearch Dashboards
# run: unzip ./artifacts/linux-x64-${{ env.VERSION }}
# if: steps.verify-opensearch-exists.outputs.version-exists == 'true'

- name: Run tests
if: steps.verify-opensearch-exists.outputs.version-exists == 'true'
run: |
Expand Down

0 comments on commit a9aeea6

Please sign in to comment.