Skip to content

B1 #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 10 commits into
base: development
Choose a base branch
from
Open

B1 #14

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion src/main/java/org/sayem/annotations/Chrome.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
@Retention(RUNTIME)
@Target({METHOD})
public @interface Chrome {
Repository browser() default CHROME;
Repository browser() default CHROME;//code updated from git client
}
2 changes: 1 addition & 1 deletion src/main/java/org/sayem/annotations/Firefox.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
@Retention(RUNTIME)
@Target({METHOD})
public @interface Firefox {
Repository browser() default FIREFOX;
Repository browser() default FIREFOX;//code updated
}
7 changes: 7 additions & 0 deletions src/main/java/org/sayem/annotations/gittestfiles.java
Original file line number Diff line number Diff line change
@@ -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
*/