Skip to content

Commit

Permalink
Update workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitpavan authored Dec 7, 2023
1 parent 20994c8 commit 12a2710
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,14 @@ jobs:
- name : 'Install dependencies'
run: |
npm install
- name: Install Node.js and npm
uses: actions/setup-node@v4
with:
node-version: '14'

- name: Install dependencies
run: npm install

- name: 'Azure Load Testing'
uses: Himanshu49/load-testing@6c6d45d6421dda07d5c31c9bdb1ed94d18526e91
Expand Down

0 comments on commit 12a2710

Please sign in to comment.