Skip to content

Commit

Permalink
remove cypres tests gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
sefatanam committed Oct 3, 2024
1 parent a99255e commit 5eaf9c9
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/cypress-tests.yml
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit 5eaf9c9

Please sign in to comment.