Skip to content

Commit

Permalink
chore: change workflows again
Browse files Browse the repository at this point in the history
  • Loading branch information
GersonDantas committed Dec 26, 2023
1 parent c0dc04f commit 6386003
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,23 @@ on:
branches:
- master
jobs:
Deploy-Production:
runs-on: ubuntu-latest
cypress-run:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v1
- name: Run Jest
uses: stefanoeb/[email protected]

- name: Checkout
uses: actions/checkout@v4
- name: Cypress run
uses: cypress-io/github-action@v6


Deploy-Production:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm i
- name: Run coveralls code
run: npm run test:coveralls
- name: Run code test CI
run: npm run test:cypress:ci

- uses: actions/checkout@v2
- name: Install Vercel CLI
run: npm install --global vercel@latest
- name: Pull Vercel Environment Information
Expand Down

0 comments on commit 6386003

Please sign in to comment.