Skip to content

Commit

Permalink
Merge branch release/v7.3.0 into master
Browse files Browse the repository at this point in the history
  • Loading branch information
papacarlo committed Jan 31, 2023
2 parents 2f7a18f + 8d5ae43 commit 5e8acc8
Show file tree
Hide file tree
Showing 288 changed files with 75,464 additions and 29,805 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ jobs:
npm install -g grunt-cli node-qunit-puppeteer
npm install --prefix build
grunt --gruntfile build/Gruntfile.js develop
node-qunit-puppeteer cell/.unit-tests/FormulaTests.html
node-qunit-puppeteer cell/.unit-tests/subdir/PivotTests.html
node-qunit-puppeteer cell/.unit-tests/CopyPasteTests.html
node-qunit-puppeteer tests/common/api/api.html
node-qunit-puppeteer tests/cell/spreadsheet-calculation/FormulaTests.html
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/document-calculation/paragraph.html
node-qunit-puppeteer tests/word/document-calculation/table/flowTablePosition.html
Expand Down
1 change: 1 addition & 0 deletions build/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@ module.exports = function(grunt) {
cwd: '../common/',
src: [
'Charts/ChartStyles.js',
'SmartArts/SmartArts.bin',
'Images/*',
'Images/placeholders/*',
'Images/content_controls/*',
Expand Down
Loading

0 comments on commit 5e8acc8

Please sign in to comment.