Skip to content

Commit

Permalink
switch back to electron
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Sebastian <[email protected]>
  • Loading branch information
paulstn committed Jan 29, 2024
1 parent f099dce commit 84a55be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
os: [ubuntu-latest]
java: [11]
testgroups:
[app_analytics_test, bapp_analytics_test]
[app_analytics_test]
# datasources_test,
# event_analytics_test,
# integrations_test,
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
- name: Run Cypress tests for test group of ${{ matrix.testgroups }}
run: |
cd ./OpenSearch-Dashboards/plugins/dashboards-observability
yarn cypress:run --browser chrome --headless --spec '.cypress/integration/${{ matrix.testgroups }}/*'
yarn cypress:run --headless --spec '.cypress/integration/${{ matrix.testgroups }}/*'
- name: Capture failure screenshots
uses: actions/upload-artifact@v1
Expand Down

0 comments on commit 84a55be

Please sign in to comment.