Skip to content

Commit

Permalink
Merge branch release/v7.4.0 into master
Browse files Browse the repository at this point in the history
  • Loading branch information
papacarlo committed Jun 13, 2023
2 parents 3f4055f + e08523f commit 1e001c2
Show file tree
Hide file tree
Showing 607 changed files with 104,388 additions and 81,042 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,24 @@ jobs:
node-qunit-puppeteer tests/cell/spreadsheet-calculation/PivotTests.html
node-qunit-puppeteer tests/cell/spreadsheet-calculation/CopyPasteTests.html
node-qunit-puppeteer tests/word/unit-tests/paragraphContentPos.html
node-qunit-puppeteer tests/word/content-control/block-level/cursorAndSelection.html
node-qunit-puppeteer tests/word/content-control/inline-level/cursorAndSelection.html
node-qunit-puppeteer tests/word/document-calculation/floating-position/drawing.html
node-qunit-puppeteer tests/word/document-calculation/paragraph.html
node-qunit-puppeteer tests/word/document-calculation/table/correctBadTable.html
node-qunit-puppeteer tests/word/document-calculation/table/flowTablePosition.html
node-qunit-puppeteer tests/word/document-calculation/table/pageBreak.html
node-qunit-puppeteer tests/word/document-calculation/textShaper/textShaper.html
node-qunit-puppeteer tests/word/forms/forms.html
node-qunit-puppeteer tests/word/forms/complexForm.html
node-qunit-puppeteer tests/word/numbering/numberingApplicator.html
node-qunit-puppeteer tests/word/numbering/numberingCalculation.html
node-qunit-puppeteer tests/word/api/api.html
node-qunit-puppeteer tests/word/api/textInput.html
node-qunit-puppeteer tests/word/styles/paraPr.html
node-qunit-puppeteer tests/word/styles/styleApplicator.html
node-qunit-puppeteer tests/word/plugins/pluginsApi.html
node-qunit-puppeteer tests/word/merge-documents/mergeDocuments.html
builder-tests:
runs-on: ubuntu-latest
steps:
Expand Down
7 changes: 1 addition & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.idea/
build/node_modules
build/$weak$.js
build/maps
common/AllFonts.js
common/Images/fonts_thumbnail*
common/Images/themes_thumbnail*
Expand All @@ -10,12 +11,6 @@ slide/themes/themes.js
.DS_Store
/deploy
/develop
cell/sdk-all.props.js.map
cell/sdk-all.vars.js.map
slide/sdk-all.props.js.map
slide/sdk-all.vars.js.map
word/sdk-all.props.js.map
word/sdk-all.vars.js.map
node_modules
package-lock.json
*/node_modules
Expand Down
Loading

0 comments on commit 1e001c2

Please sign in to comment.