Skip to content

Commit

Permalink
Merge pull request #133 from Rakshithb1/master
Browse files Browse the repository at this point in the history
[DSD-5765] added browserstack-web.yml
  • Loading branch information
ckm007 authored Aug 13, 2024
2 parents 091b7cd + 53d96ed commit bac2567
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/browserstack-web.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: BrowserStack Web Tests

on:
workflow_dispatch:
inputs:
message:
description: 'Message for manually triggering'
required: false
default: 'Triggered for Updates'
type: string
push:
branches:
- '!release-branch'
- release*
- master
- 1.*
- develop


jobs:
inji-verify-test:
uses: mosip/kattu/.github/workflows/browserstack-web.yml@master-java21
with:
SERVICE_LOCATION: ui-test
BUILD_ARTIFACT: test-output
secrets:
BROWSERSTACK_USERNAME: ${{ secrets.BROWSERSTACK_USERNAME }}
BROWSERSTACK_ACCESS_KEY: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}

0 comments on commit bac2567

Please sign in to comment.