diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml new file mode 100644 index 0000000..4170258 --- /dev/null +++ b/.github/workflows/maven.yml @@ -0,0 +1,24 @@ +# This workflow will build a Java project with Maven +# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven + +name: Java CI with Maven + +on: + push: + branches: [ development ] + pull_request: + branches: [ development ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + - name: Set up JDK 1.8 + uses: actions/setup-java@v1 + with: + java-version: 1.8 + - name: Build with Maven + run: mvn -B package --file pom.xml diff --git a/src/main/java/org/sayem/annotations/Chrome.java b/src/main/java/org/sayem/annotations/Chrome.java index 159b675..7563f01 100644 --- a/src/main/java/org/sayem/annotations/Chrome.java +++ b/src/main/java/org/sayem/annotations/Chrome.java @@ -12,5 +12,5 @@ @Retention(RUNTIME) @Target({METHOD}) public @interface Chrome { - Repository browser() default CHROME; + Repository browser() default CHROME;//code updated from git client } diff --git a/src/main/java/org/sayem/annotations/Firefox.java b/src/main/java/org/sayem/annotations/Firefox.java index 6eeeedd..eda2ab9 100644 --- a/src/main/java/org/sayem/annotations/Firefox.java +++ b/src/main/java/org/sayem/annotations/Firefox.java @@ -12,5 +12,5 @@ @Retention(RUNTIME) @Target({METHOD}) public @interface Firefox { - Repository browser() default FIREFOX; + Repository browser() default FIREFOX;//code updated } diff --git a/src/main/java/org/sayem/annotations/gittestfiles.java b/src/main/java/org/sayem/annotations/gittestfiles.java new file mode 100644 index 0000000..2c3bea9 --- /dev/null +++ b/src/main/java/org/sayem/annotations/gittestfiles.java @@ -0,0 +1,7 @@ +/* + * this is created from git client file file updted one more update + * + * experiment branch commit file (test update)Branch b1 updted + + git pull request testing + */