Skip to content

Commit 91402f1

Browse files
committed
Workflow to run related tests
Signed-off-by: Shveta Sachdeva <[email protected]>
1 parent ca860bc commit 91402f1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pr-related-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ jobs:
7777
cache: "npm"
7878
cache-dependency-path: "cypress/package-lock.json"
7979

80+
- name: Upgrade npm
81+
run: npm install -g [email protected]
82+
8083
- name: Install Cypress dependencies
8184
working-directory: cypress
8285
run: npm ci

0 commit comments

Comments
 (0)