Skip to content

Commit

Permalink
Switching back to develop for the CI and using npm run dev for cypres…
Browse files Browse the repository at this point in the history
…s in Github Actions
  • Loading branch information
josechirivella committed Jan 5, 2024
1 parent c5a11da commit 641592e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ci

on:
on:
pull_request:
types: [opened, reopened, synchronize, edited]

Expand Down Expand Up @@ -36,8 +36,8 @@ jobs:
uses: cypress-io/github-action@v5
with:
install: false
start: npm run serve
wait-on: http://localhost:8080/
start: npm run dev
wait-on: http://localhost:5173/
config-file: cypress.json
spec: "tests/e2e/**/*"
record: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ on:
jobs:
run_deploy:
name: Run Build PM4-workflow
uses: processmaker/processmaker/.github/workflows/deploy-pm4.yml@vite-js-repos
uses: processmaker/processmaker/.github/workflows/deploy-pm4.yml@develop
secrets: inherit

0 comments on commit 641592e

Please sign in to comment.