Skip to content

Commit

Permalink
Merge pull request #89 from scientist-softserv/remove-cypress-from-ci
Browse files Browse the repository at this point in the history
stop cypress from running in ci
  • Loading branch information
alishaevn authored Jun 20, 2024
2 parents 799821a + ce9dbfa commit deb88f6
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build-test-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ jobs:
with:
platforms: 'linux/amd64'
webTarget: web
cypress:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Cypress e2e
uses: cypress-io/github-action@v6
with:
start: yarn start
wait-on: 'http://localhost:3000'
# cypress:
# runs-on: ubuntu-22.04
# steps:
# - name: Checkout
# uses: actions/checkout@v4
# - name: Cypress e2e
# uses: cypress-io/github-action@v6
# with:
# start: yarn start
# wait-on: 'http://localhost:3000'
eslint:
needs: build
uses: scientist-softserv/actions/.github/workflows/[email protected]
Expand Down

0 comments on commit deb88f6

Please sign in to comment.