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/README.md b/README.md index bc19d3e..3349261 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # Digital Bank -Digital Bank is a sample application that was developed for exploratory purposes to examine development frameworks and techniques. The application is an example online digital banking application with integrations into other services. +Digital Bank is a sample application that was developed for exploratory purposes to examine development frameworks and techniques. The application is an example online digital banking application with integrations into other services. tests ## Getting Started