Skip to content

Commit

Permalink
updated unit and integ test workflows for 2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Amit Galitzky <[email protected]>
  • Loading branch information
amitgalitz committed Apr 6, 2022
1 parent 61c319b commit d92c6f1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/remote-integ-tests-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ on:
branches:
- main
env:
OPENSEARCH_DASHBOARDS_VERSION: '1.x'
OPENSEARCH_VERSION: '1.3.0-SNAPSHOT'
OPENSEARCH_DASHBOARDS_VERSION: 'main'
OPENSEARCH_VERSION: '2.0.0-alpha1-SNAPSHOT'
jobs:
test-without-security:
name: Run integ tests without security
strategy:
matrix:
os: [ubuntu-latest]
java: [14]
java: [11]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout Anomaly-Detection
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches:
- main
env:
OPENSEARCH_DASHBOARDS_VERSION: '1.x'
OPENSEARCH_DASHBOARDS_VERSION: 'main'
jobs:
tests:
name: Run unit tests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import {
Route,
Switch,
} from 'react-router-dom';
import { render, fireEvent, wait, waitFor } from '@testing-library/react';
import { render, fireEvent, waitFor } from '@testing-library/react';
import { DetectorConfig } from '../DetectorConfig';
import {
Detector,
Expand Down

0 comments on commit d92c6f1

Please sign in to comment.