Skip to content

Commit 1c5598d

Browse files
committed
chore: Fix release build
1 parent 1978b91 commit 1c5598d

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,7 @@ jobs:
5454
run: pnpm build:e2e
5555

5656
- name: Cypress
57-
run: pnpm --prefix=e2e run start
58-
59-
- name: Cypress cleanup
60-
if: always()
61-
run: pnpm --prefix=e2e run services:stop
57+
run: pnpm run e2e run --headed ${{matrix.app}} --stdout prod,dev
6258

6359
- name: Recreate release with push
6460
run: |

e2e/package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,10 @@
44
"private": true,
55
"description": "e2e tests for tolgee server & webapp",
66
"scripts": {
7-
"start": "npm run services:start && npm run download-extension && npm run services:wait-for-start && npm run cy:run",
87
"cy:run": "cypress run",
98
"cy:open": "cypress open --browser chrome",
109
"cy:folders-json": "node scripts/listTests.js",
11-
"download-extension": "sh scripts/downloadTolgeeExtension.sh",
12-
"services:start": "sh scripts/startServices.sh",
13-
"services:wait-for-start": "node scripts/waitForServices.js",
14-
"services:stop": "docker compose stop; docker compose rm -f -v"
10+
"download-extension": "sh scripts/downloadTolgeeExtension.sh"
1511
},
1612
"author": "Jan Cizmar",
1713
"license": "BSD",

0 commit comments

Comments
 (0)