Skip to content

Commit

Permalink
back to failing ci - ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
fdodino committed Nov 19, 2024
1 parent 2783424 commit ec1f0c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,5 @@ jobs:
# build: npm run e2e
# start: npm run e2e
# por el momento no funciona
- name: build
run: |
npm install
npm run e2e


5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"stop:frontend": "./scripts/stop-frontend.sh",
"stop:all": "npm run stop:frontend && npm run stop:backend",
"cy:run": "cypress run --browser chrome --spec ./cypress/e2e/2-tareaCicloFeliz.cy.js",
"e2e": "npm run start:backend && npm run start:frontend && wait-on http://localhost:4200 && npm run cy:run"
"e2e": "npm run start:backend && start-server-and-test start:frontend http://localhost:4200 cy:run"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
Expand All @@ -17,7 +17,6 @@
"eslint": "^9.15.0",
"eslint-plugin-cypress": "^4.1.0",
"globals": "^15.12.0",
"start-server-and-test": "^2.0.8",
"wait-on": "^8.0.1"
"start-server-and-test": "^2.0.8"
}
}

0 comments on commit ec1f0c2

Please sign in to comment.