Skip to content
Open
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
17 changes: 17 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -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
17 changes: 17 additions & 0 deletions .github/workflows/run-unit-testss.yml
Original file line number Diff line number Diff line change
@@ -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
17 changes: 17 additions & 0 deletions .github/workflows/running-unit-test-.yml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
SOFTWARE.