Skip to content

Commit f5a064d

Browse files
committed
remove ci related code in favor of #378
1 parent bd00f6c commit f5a064d

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/build-test-lint.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,14 @@ jobs:
2424
webTarget: web
2525
cypress:
2626
runs-on: ubuntu-22.04
27-
environment:
28-
name: Production
2927
steps:
3028
- name: Checkout
3129
uses: actions/checkout@v4
3230
- name: Cypress e2e
3331
uses: cypress-io/github-action@v6
3432
with:
3533
start: yarn start
36-
wait-on: 'http://localhost:3001'
37-
command: yarn cypress:e2e:ci
34+
wait-on: 'http://localhost:3000'
3835
env:
3936
NEXTAUTH_SECRET: ${{ secrets.NEXTAUTH_SECRET }}
4037
NEXTAUTH_URL: ${{ secrets.NEXTAUTH_URL }}

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"scripts": {
1010
"build": "next build",
1111
"cypress:e2e": "start-server-and-test dev http://localhost:3000 \"cypress open --e2e --browser electron\"",
12-
"cypress:e2e:ci": "start-server-and-test dev http://localhost:3001 \"cypress run --headed --e2e --browser electron\"",
1312
"cypress:headless:e2e": "start-server-and-test dev http://localhost:3000 \"cypress run --e2e --browser electron\"",
1413
"dev": "next dev",
1514
"lint": "next lint --dir pages --dir utils",

0 commit comments

Comments
 (0)