Skip to content

Commit

Permalink
updated a github actions to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Veerkumar Patil committed Jan 21, 2025
1 parent 88cb1fa commit e2d0596
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,18 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: cypress-io/github-action@v6
# Install NPM dependencies, cache them correctly
# and run all Cypress tests
- name: Install Packages
run: npm install
- name: npx cypress run --env allure=true
uses: cypress-io/github-action@v2
uses: cypress-io/github-action@v6
with:
start: npx cypress run --env allure=true
- name: Get Allure history
uses: actions/checkout@v2
uses: actions/checkout@v4
if: always()
continue-on-error: true
with:
Expand Down

0 comments on commit e2d0596

Please sign in to comment.