Skip to content

Commit

Permalink
Fixes tests not running on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
holmesworcester committed Feb 12, 2025
1 parent f87f9e2 commit f181044
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 72 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/desktop-test-scroll.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Desktop scroll regression tests
name: Desktop scroll cypress tests

on:
pull_request:
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
if: steps.filter.outputs.desktop == 'true'
with:
install: false
command: npm run regression-test:ci
command: npm run cypress:run:ci
working-directory: packages/desktop
cache-key: os-${{ runner.os }}-hash-${{ hashFiles('package-lock.json') }}

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/regression.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

150 changes: 80 additions & 70 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f181044

Please sign in to comment.