Skip to content

Commit c0dff43

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ jobs:
9090
- name: Build common workspace
9191
run: npm run build -w common
9292

93+
# Install Cypress binary (skipped by --ignore-scripts)
94+
- name: Install Cypress binary
95+
run: npx cypress install
96+
9397
- name: Run Cypress tests
9498
working-directory: cypress
9599
run: |

0 commit comments

Comments
 (0)