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
18 changes: 18 additions & 0 deletions .github/workflows/run/run-unit-tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: run unit tests of feature branches

on:
push:
branches:
'feature/*'

jobs:
run-unit-test:
runs-on: ubuntu-latest

steps:
-name: Checkout
uses: actions/[email protected]

-name: run unit test
run: mvn test

4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[![nightly build at 11pm](https://github.com/tau-github-actions-for-testing/tau-digital-bank/actions/workflows/nightly-build.yml/badge.svg)](https://github.com/tau-github-actions-for-testing/tau-digital-bank/actions/workflows/nightly-build.yml)

# Digital Bank
# 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.

TEST2

## Getting Started

Expand Down