diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 639bed23..fda523bf 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -52,20 +52,20 @@ jobs: dotnet test --logger "trx;LogFileName=testresults.trx" -v normal -c Release src/Angor.sln | grep -E '(Passed|Failed) .*ms' - cypress-run: - runs-on: ubuntu-22.04 - steps: - - name: Checkout - uses: actions/checkout@v4 - - name: Print Working Directory - run: pwd - - name: Install Dependencies - run: npm install - - name: Cypress run - uses: cypress-io/github-action@v6 - with: - build: npm run build - start: npm start - browser: electron - headless: true - config-file: src/Testing/cypress.config.js +# cypress-run: +# runs-on: ubuntu-22.04 +# steps: +# - name: Checkout +# uses: actions/checkout@v4 +# - name: Print Working Directory +# run: pwd +# - name: Install Dependencies +# run: npm install +# - name: Cypress run +# uses: cypress-io/github-action@v6 +# with: +# build: npm run build +# start: npm start +# browser: electron +# headless: true +# config-file: src/Testing/cypress.config.js