Skip to content

Updated tests for alerting dashboards v2.9 release. Added cypress tests for composite monitors, and the monitors list page. #411

Updated tests for alerting dashboards v2.9 release. Added cypress tests for composite monitors, and the monitors list page.

Updated tests for alerting dashboards v2.9 release. Added cypress tests for composite monitors, and the monitors list page. #411

Workflow file for this run

# Copyright OpenSearch Contributors
# SPDX-License-Identifier: Apache-2.0
name: Lint Checker
on:
pull_request:
branches: [ '**' ]
jobs:
tests:
name: Lint Checker
runs-on: ubuntu-latest
env:
# prevents extra Cypress installation progress messages
CI: 1
# avoid warnings like "tput: No value for $TERM and no -T specified"
TERM: xterm
steps:
- name: Checkout cypress-test
uses: actions/checkout@v2
with:
repository: ${{github.repository}}
path: cypress-test
- name: Run Lint
working-directory: cypress-test
run: |
echo "VERSION=$(yarn --silent pkg-version)" >> $GITHUB_ENV
npm install
yarn lint