Skip to content

Commit

Permalink
fixed automated regression testing pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
itsAdee committed May 12, 2024
1 parent 9d38c99 commit c7608da
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions .github/workflows/RegressionTesting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,24 +48,5 @@ jobs:
npm run testCI

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 c7608da

Please sign in to comment.