From 4d1b0361c4d111568defd94ccd9988c3024fdb49 Mon Sep 17 00:00:00 2001 From: Shreya Khajanchi Date: Thu, 23 Nov 2023 00:24:00 +0530 Subject: [PATCH] minor change --- .github/workflows/ui-test-coverage.yaml | 40 ------------------------- 1 file changed, 40 deletions(-) delete mode 100644 .github/workflows/ui-test-coverage.yaml diff --git a/.github/workflows/ui-test-coverage.yaml b/.github/workflows/ui-test-coverage.yaml deleted file mode 100644 index ec2f49589..000000000 --- a/.github/workflows/ui-test-coverage.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 2023 Google LLC -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -on: - push: - branches: - - master - pull_request: -name: ui-test-coverage -jobs: - build: - runs-on: ubuntu-latest - - steps: - - name: Checkout code - uses: actions/checkout@v3 - - - name: Set up Node.js - uses: actions/setup-node@v2 - with: - node-version: 14 - - - name: Install dependencies - run: | - cd ui - npm ci - - name: Run test - run: | - cd ui - npm test -- --browsers=ChromeHeadless --watch=false \ No newline at end of file