From 3e40ae862b5612a66c926915c0d9af14aa834ef3 Mon Sep 17 00:00:00 2001 From: Dolan Miu Date: Fri, 17 Mar 2023 01:15:45 +0000 Subject: [PATCH] Remove demo 30 from CI --- .github/workflows/demos.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/demos.yml b/.github/workflows/demos.yml index 93fb6c3b66..7f7aa5ddaf 100644 --- a/.github/workflows/demos.yml +++ b/.github/workflows/demos.yml @@ -301,15 +301,6 @@ jobs: with: xml-file: build/extracted-doc/word/document.xml xml-schema-file: ooxml-schemas/microsoft/wml-2010.xsd - - name: Run Demo - run: npm run ts-node -- ./demo/30-template-document.ts - - name: Extract Word Document - run: npm run extract - - name: Validate XML - uses: ChristophWurst/xmllint-action@v1 - with: - xml-file: build/extracted-doc/word/document.xml - xml-schema-file: ooxml-schemas/microsoft/wml-2010.xsd - name: Run Demo run: npm run ts-node -- ./demo/31-tables.ts - name: Extract Word Document