Skip to content

Commit

Permalink
all_Automation_Git_Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
AmolKadam-Tekdi committed Jul 8, 2024
1 parent c29b7ca commit b6e5e1b
Show file tree
Hide file tree
Showing 63 changed files with 5,070 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/all-automation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: ALL rig dev Deployment

on:
push:
branches:
- test-rig-1.1

jobs:
deploy:
runs-on: ubuntu-latest
environment: all-dev-rig

steps:
- name: uses: actions/setup-java@v2

with:

java-version: '17'

distribution: 'adopt'

cache: maven

- name: Build with Maven

run: mvn -B package --file pom.xml
17 changes: 17 additions & 0 deletions allAutomation/.idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions allAutomation/.idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions allAutomation/.idea/jarRepositories.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions allAutomation/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions allAutomation/.idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

113 changes: 113 additions & 0 deletions allAutomation/.idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added allAutomation/failedtestcase.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions allAutomation/logger.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#put your project name or respective name for logFileName

logfilename=sampleTestLogs
logLevel=FINEST
logFileDir=log
Loading

0 comments on commit b6e5e1b

Please sign in to comment.