Skip to content

Commit

Permalink
Changed the run command
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubh942 committed Jun 30, 2024
1 parent 74cef00 commit 3d32737
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-test-for-webapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Checkout target branch
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.base.ref }}

Expand All @@ -21,7 +21,7 @@ jobs:
git checkout pr
- name: Set up Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: "16"

Expand All @@ -33,4 +33,4 @@ jobs:
- name: Run npm tests
run: |
cd webapp
npm test
vitest

0 comments on commit 3d32737

Please sign in to comment.