Skip to content

Commit

Permalink
ci(smart-ui): added commit sha and timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
bhargav-garlapati committed Nov 26, 2024
1 parent 87a47fd commit 9516f0e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/smart_ui_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
jobs:
cypress-smart-ui-tests:
name: E2E Test Run
# timeout-minutes: 15
timeout-minutes: 30
runs-on: ubuntu-22.04
container:
image: cypress/browsers:latest
Expand Down Expand Up @@ -64,6 +64,8 @@ jobs:
env:
ENV: "production"
BRANCH_NAME: ${{ github.base_ref || github.ref_name }}
GITHUB_SHA: ${{ github.sha }}

CYPRESS_PROJECT_ID: ${{ secrets.CYPRESS_PROJECT_ID }}
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
# Recommended: pass the GitHub token lets this action correctly
Expand Down

0 comments on commit 9516f0e

Please sign in to comment.