Skip to content

Commit

Permalink
update github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jesuyedavid committed Apr 15, 2024
1 parent 6386faf commit 68f26d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
call_coveralls:
uses: yext/slapshot-reusable-workflows/.github/workflows/coverage.yml@v1
uses: yext/slapshot-reusable-workflows/.github/workflows/coverage.yml@dev/update_coverage_reusable_workflow
with:
test_script: npx jest tests/static/ --coverage
comparison_branch: master
Expand Down
2 changes: 1 addition & 1 deletion static/js/theme-map/VerticalFullPageMapOrchestrator.js
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ class VerticalFullPageMapOrchestrator extends ANSWERS.Component {

/**
* Scroll the result list to show the given element
* @param {HTMLElement} targetEl The result card to scroll to
* @param {HTMLElement} targetEl The result card to scroll to.
*/
scrollToResult(targetEl) {
const scrollContainer = this._resultsWrapperEl;
Expand Down

0 comments on commit 68f26d5

Please sign in to comment.