Skip to content

Commit

Permalink
removed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathis Marcotte committed Sep 8, 2023
1 parent 17b226e commit f57c8f7
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/centraldb_frontend_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f57c8f7

Please sign in to comment.