diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..d1c1ca1 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,17 @@ +name: Run unit tests on feature branches + +on: + push: + branches: + - 'feature/*' + +jobs: + run-unit-test: + runs-on: ubuntu-latest + + steps: + - name: Checkout + uses: actions/checkout@v6.0.2 + + - name: Run unit test + run: mvn test diff --git a/.github/workflows/run-unit-testss.yml b/.github/workflows/run-unit-testss.yml new file mode 100644 index 0000000..211dd76 --- /dev/null +++ b/.github/workflows/run-unit-testss.yml @@ -0,0 +1,17 @@ +name: Run unit tests on feature branches + +on: + push: + branches: + 'feature/*' + +jobs: + run-unit-test: + runs-on: ubuntu-latest + + steps: + - name: Checkout + uses: actions/checkout@v6.0.2 + + - name: Run unit test + run: mvn test diff --git a/.github/workflows/running-unit-test-.yml b/.github/workflows/running-unit-test-.yml new file mode 100644 index 0000000..2d94797 --- /dev/null +++ b/.github/workflows/running-unit-test-.yml @@ -0,0 +1,17 @@ +name: Run unit tests on feature branches + +on: + push: + branches: + - 'feature/*' + +jobs: + run-unit-test: + runs-on: ubuntu-latest + + steps: + - name: Checkout + uses: actions/checkout@v6.0.2 + + - name: Run unit tests + run: mvn test diff --git a/LICENSE.md b/LICENSE.md index f6ff649..7901781 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -5,7 +5,7 @@ of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: +furnished to do so, subject to the following conditions: tests The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. @@ -16,4 +16,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file +SOFTWARE.