diff --git a/.github/workflows/RegressionTesting.yaml b/.github/workflows/RegressionTesting.yaml index ae3751f..3fc0da4 100644 --- a/.github/workflows/RegressionTesting.yaml +++ b/.github/workflows/RegressionTesting.yaml @@ -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 \ No newline at end of file