Skip to content

Commit

Permalink
Merge pull request #18 from andersonfpcorrea/andersonfpcorrea-patch-1
Browse files Browse the repository at this point in the history
Create schedule-cypress.yml
  • Loading branch information
andersonfpcorrea authored Dec 6, 2023
2 parents 3b6b6bf + 26721a7 commit cf6f12d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/schedule-cypress.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Costumer Journey - Job

on:
schedule:
- cron: '*/10 * * * *'

jobs:
cypress-run:
runs-on: ubuntu-22.04
env:
working-directory: automation-tests
steps:
- name: Checkout
uses: actions/checkout@v4
- run: npm install
working-directory: '${{ env.working-directory }}'
- run: npx cypress run --spec **/costumerJourney.cy.js
working-directory: '${{ env.working-directory }}'

0 comments on commit cf6f12d

Please sign in to comment.