Skip to content

Commit

Permalink
remove ci related code in favor of #378
Browse files Browse the repository at this point in the history
  • Loading branch information
alishaevn committed Feb 13, 2024
1 parent bd00f6c commit f5a064d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-test-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,14 @@ jobs:
webTarget: web
cypress:
runs-on: ubuntu-22.04
environment:
name: Production
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Cypress e2e
uses: cypress-io/github-action@v6
with:
start: yarn start
wait-on: 'http://localhost:3001'
command: yarn cypress:e2e:ci
wait-on: 'http://localhost:3000'
env:
NEXTAUTH_SECRET: ${{ secrets.NEXTAUTH_SECRET }}
NEXTAUTH_URL: ${{ secrets.NEXTAUTH_URL }}
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"scripts": {
"build": "next build",
"cypress:e2e": "start-server-and-test dev http://localhost:3000 \"cypress open --e2e --browser electron\"",
"cypress:e2e:ci": "start-server-and-test dev http://localhost:3001 \"cypress run --headed --e2e --browser electron\"",
"cypress:headless:e2e": "start-server-and-test dev http://localhost:3000 \"cypress run --e2e --browser electron\"",
"dev": "next dev",
"lint": "next lint --dir pages --dir utils",
Expand Down

0 comments on commit f5a064d

Please sign in to comment.