diff --git a/.github/workflows/cypress-tests.yml b/.github/workflows/cypress-tests.yml index d918930..f2be10a 100644 --- a/.github/workflows/cypress-tests.yml +++ b/.github/workflows/cypress-tests.yml @@ -1,18 +1,18 @@ -name: Cypress Tests +# name: Cypress Tests -on: [push] +# on: [push] -jobs: - cypress-run: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v2 - # Install NPM dependencies, cache them correctly - # and run all Cypress tests - - name: Cypress run - uses: cypress-io/github-action@v4.2.0 # use the explicit version number - with: - build: npm run build - start: npm start - wait-on: 'http://localhost:4200' +# jobs: +# cypress-run: +# runs-on: ubuntu-latest +# steps: +# - name: Checkout +# uses: actions/checkout@v2 +# # Install NPM dependencies, cache them correctly +# # and run all Cypress tests +# - name: Cypress run +# uses: cypress-io/github-action@v4.2.0 # use the explicit version number +# with: +# build: npm run build +# start: npm start +# wait-on: 'http://localhost:4200'