From b7e991475b9b31254dba76a3babdfae99d045e93 Mon Sep 17 00:00:00 2001 From: ilior <78041027+itailiors@users.noreply.github.com> Date: Mon, 8 Jul 2024 21:02:11 +0300 Subject: [PATCH] Update pull-request.yml (#117) --- .github/workflows/pull-request.yml | 34 +++++++++++++++--------------- 1 file changed, 17 insertions(+), 17 deletions(-) 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