Skip to content

Commit

Permalink
Update pull-request.yml (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
itailiors authored Jul 8, 2024
1 parent 5b7a9bb commit b7e9914
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b7e9914

Please sign in to comment.