From f57c8f76d7a7f79db864503171b747362664ac7d Mon Sep 17 00:00:00 2001 From: Mathis Marcotte Date: Fri, 8 Sep 2023 12:57:53 +0000 Subject: [PATCH] removed comments --- .../workflows/centraldb_frontend_tests.yaml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.github/workflows/centraldb_frontend_tests.yaml b/.github/workflows/centraldb_frontend_tests.yaml index 3cbff09e643..3a6195745dd 100644 --- a/.github/workflows/centraldb_frontend_tests.yaml +++ b/.github/workflows/centraldb_frontend_tests.yaml @@ -46,22 +46,3 @@ jobs: npm i --legacy-peer-deps npm run serve & npx wait-on http://localhost:8080 npm run ui-test-ci-all - # run-ui-tests: - # name: UI tests with Cypress - # runs-on: ubuntu-latest - # steps: - # - name: Checkout - # uses: actions/checkout@v3 - # - name: Setup node version to 16 - # uses: actions/setup-node@v3 - # with: - # node-version: 16 - - # - name: Install Central Dashboard - # run: | - # cd components/centraldashboard - # npm i - # - name: Serve UI & run Cypress in Chrome and Firefox - # run: | - # cd components/centraldashboard - # npm