From a3967b803761e20a020afe723d8c8a57a1636bae Mon Sep 17 00:00:00 2001 From: alexlavrov Date: Thu, 27 Jul 2023 15:32:20 +0400 Subject: [PATCH 1/2] Test --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0daff35a5..0d2c0c3df 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,7 +23,7 @@ jobs: - name: Clone devextreme repo run: test -d ../devextreme_monorepo || git clone -b 23_2 https://github.com/devexpress/devextreme ../devextreme_monorepo - +#Check node 18.17 - name: Use Node.js 18 uses: actions/setup-node@v3 with: From 0ae1ae15a99f0d90a66e55f126f2a525efb2a64d Mon Sep 17 00:00:00 2001 From: alexlavrov Date: Thu, 27 Jul 2023 15:49:52 +0400 Subject: [PATCH 2/2] Add pack --- .github/workflows/tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0d2c0c3df..e1616b437 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -82,6 +82,9 @@ jobs: - name: Run tests with Angular 12 run: npm run test:dev --workspace=devextreme-angular + - name: Pack + run: npm run pack + - name: Archive internal-tools artifacts uses: actions/upload-artifact@v3 with: