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
12 changes: 12 additions & 0 deletions .github/workflows/PR-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,15 @@ jobs:
with:
title-regex: '^TAU-\d+\s.+'
error-message: 'Add Ticket ID to your title e.g. "TAU-1"'

scan-pr-changes:
runs-on: ubuntu-latest
name: Annotates pull request with metadata
steps:
- name: Annotate PR
uses: tau-github-actions-for-testing/tau-own-action-pull-request@main
with:
owner: ${{ github.repository_owner }}
repo: ${{ github.event.repository.name }}
pr_number: ${{ github.event.number }}
token: ${{ secrets.PAT_TOKEN }}
23 changes: 23 additions & 0 deletions .github/workflows/unit_test_mytrial.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: unit test on features branch

on:
push:
branches:
'features/*'

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


steps:
- name: Checkout
uses: actions/checkout@v4.2.2

- name: run unit test
run: mvn test





5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
[![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 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.

## Getting Started

* Using either an Eclipse IDE or IntelliJ, import the source code as an Existing Maven Project.
* Using either an Eclipse IDE or IntelliJ, import the source code as an Exis1ting Maven Project.

## Prerequisites

Expand Down Expand Up @@ -88,3 +90,4 @@ See the additional list of [contributors](https://github.com/digisic/Digital-Ban
## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
## Add my unit test changes and disable the one with already exists