Skip to content

Commit

Permalink
Update cypress-e2e-test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
funtigr authored May 16, 2024
1 parent 9aadf32 commit bce3c95
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/cypress-e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
- name: Run lint
run: npm run lint

# - name: Run App build
# run: npm run build
- name: Run App build
run: npm run build

# - name: Run App
# run: npm start
- name: Run App
run: npm start &

- name: Install Docker Compose v2
# See https://docs.docker.com/compose/install/linux/
Expand All @@ -49,9 +49,6 @@ jobs:
- name: Cypress run
uses: cypress-io/github-action@v6
with:
build: npm run build
start: npm start

- name: Post Localdev Environment
run: |
Expand Down

0 comments on commit bce3c95

Please sign in to comment.