Skip to content

Commit

Permalink
Running the template on pr trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
amankumarrr committed Mar 25, 2024
1 parent 71d537b commit 77ce125
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/template-ui-tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
name: Deploy - UI Tests

on:
pull_request:
branches:
- main
inputs:
deploy_url:
description: 'URL of the deployment to test'
default: https://app-sswwebsite-9eb3-pr-2363.azurewebsites.net/
required: true
tests_to_run:
description: 'Tests to run'
required: true
default: images
workflow_call:
inputs:
deploy_url:
Expand Down

0 comments on commit 77ce125

Please sign in to comment.