Skip to content

Commit

Permalink
Merge pull request #6 from jimuelmedrano/github-CI
Browse files Browse the repository at this point in the history
Update main.yml
  • Loading branch information
jimuelmedrano authored Sep 20, 2023
2 parents c147d1b + b3d08c8 commit 9e549ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Chrome
- name: Cypress run
uses: cypress-io/github-action@v6
with:
build: npm run build
start: npm start
browser: chrome
build: npm run build
start: npm start
browser: chrome

0 comments on commit 9e549ac

Please sign in to comment.