Skip to content

Commit

Permalink
Update RegressionTesting.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
itsAdee committed May 11, 2024
1 parent 12cf38d commit faeb6fb
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion .github/workflows/RegressionTesting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,25 @@ jobs:
cd UserAccMgmtServ
npm run testCI

test-StorageMgmtServ:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '20'

- name: Install dependencies
run: |
cd StorageMgmtServ
npm install
- name: Run tests
run: |
cd StorageMgmtServ
npm run testCI

0 comments on commit faeb6fb

Please sign in to comment.