Skip to content

Commit

Permalink
chore: Fix release build
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCizmar committed Jan 11, 2023
1 parent 1978b91 commit 1c5598d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,7 @@ jobs:
run: pnpm build:e2e

- name: Cypress
run: pnpm --prefix=e2e run start

- name: Cypress cleanup
if: always()
run: pnpm --prefix=e2e run services:stop
run: pnpm run e2e run --headed ${{matrix.app}} --stdout prod,dev

- name: Recreate release with push
run: |
Expand Down
6 changes: 1 addition & 5 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,10 @@
"private": true,
"description": "e2e tests for tolgee server & webapp",
"scripts": {
"start": "npm run services:start && npm run download-extension && npm run services:wait-for-start && npm run cy:run",
"cy:run": "cypress run",
"cy:open": "cypress open --browser chrome",
"cy:folders-json": "node scripts/listTests.js",
"download-extension": "sh scripts/downloadTolgeeExtension.sh",
"services:start": "sh scripts/startServices.sh",
"services:wait-for-start": "node scripts/waitForServices.js",
"services:stop": "docker compose stop; docker compose rm -f -v"
"download-extension": "sh scripts/downloadTolgeeExtension.sh"
},
"author": "Jan Cizmar",
"license": "BSD",
Expand Down

0 comments on commit 1c5598d

Please sign in to comment.