Skip to content

Commit

Permalink
Revert "Fix workflow for windows test"
Browse files Browse the repository at this point in the history
This reverts commit 377e91b.

Signed-off-by: Rupal Mahajan <[email protected]>
  • Loading branch information
rupal-bq committed Apr 28, 2023
1 parent 388cb87 commit 0ef3b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sql-workbench-test-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Test
run: |
cd OpenSearch-Dashboards/plugins/dashboards-query-workbench
yarn test --coverage
yarn test:jest --coverage
- name: Upload coverage
if: ${{ always() && matrix.os == 'ubuntu-latest' }}
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 0ef3b74

Please sign in to comment.