Skip to content

Commit

Permalink
updated new version try_exc
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan committed Dec 12, 2023
2 parents f0cd319 + 0502421 commit c8d649b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,14 @@ jobs:
- name: Run tests
run: |
python -m unittest testsuite.py
- name: Set Environment Variables
id: stamp
run: |
echo "COMMIT_HASH=$(git rev-parse --short ${{ github.sha }})" >> $GITHUB_ENV
echo "BRANCH_NAME=${{ github.ref }}" >> $GITHUB_ENV
echo "BUILD_STAMP=${COMMIT_HASH}-${BRANCH_NAME}" >> $GITHUB_ENV
- name: Display Build Stamp
run: |
echo "Build Stamp: ${{ env.BUILD_STAMP }}"
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Banking-Management
project for 533
# Banking-Management ![example workflow](https://github.com/pengyuyang-315/step3_banking_management/actions/workflows/python-app.yml/badge.svg)
Project for 533

## Developers:
Alan Zhang && Yuyang Peng

## Overview
The AZYY Bank Management System is a Python package designed to simulate a simple banking system with user and admin functionalities. It includes features such as user registration, client and admin management, investment handling, and more.
Expand Down

0 comments on commit c8d649b

Please sign in to comment.