Fix testcafe cmds
This commit is contained in:
+2
-2
@@ -42,7 +42,7 @@ build:
|
||||
needs: ["install"]
|
||||
stage: build
|
||||
script:
|
||||
- npm run build
|
||||
- NEXT_PUBLIC_API_URL=https://api.dev.sik.party/api npm run build
|
||||
dependencies:
|
||||
- install
|
||||
artifacts:
|
||||
@@ -55,7 +55,7 @@ test:e2e:
|
||||
needs: ["install", "build"]
|
||||
stage: test
|
||||
script:
|
||||
- NEXT_PUBLIC_API_URL=https://api.dev.sik.party/api npm run test:e2e
|
||||
- npm run test:e2e
|
||||
artifacts:
|
||||
paths:
|
||||
- e2e-screenshots
|
||||
|
||||
Reference in New Issue
Block a user