Skip to content

Commit

Permalink
Adding chrome with sudo in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shivamguys committed Apr 21, 2024
1 parent 33566c1 commit a643fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/irctc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ jobs:
- name: Running IRCTC Cypress Script
uses: cypress-io/github-action@v6
with:
command: npx cypress run --record --key a15b31a6-b9ee-4678-b9ac-f45a190851fe --env UPI_ID=${{ inputs.UPI_ID || '' }},USERNAME=${{ inputs.USERNAME || secrets.USERNAME }},PASSWORD=${{ inputs.PASSWORD || secrets.PASSWORD }}
command: sudo npx cypress run --browser chrome --record --key a15b31a6-b9ee-4678-b9ac-f45a190851fe --env UPI_ID=${{ inputs.UPI_ID || '' }},USERNAME=${{ inputs.USERNAME || secrets.USERNAME }},PASSWORD=${{ inputs.PASSWORD || secrets.PASSWORD }}

0 comments on commit a643fd7

Please sign in to comment.