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 10, 2024
1 parent 28e150c commit afb7e20
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/RegressionTesting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,25 +48,4 @@ jobs:
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 afb7e20

Please sign in to comment.