From 6b30aa108f3bafce50ace695d385838088c0da87 Mon Sep 17 00:00:00 2001 From: Jon Eugster Date: Sat, 24 Aug 2024 00:28:18 +0200 Subject: [PATCH] update workflow --- .github/workflows/test.yml | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4e04feb..cecba7a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,7 +33,6 @@ jobs: - os: windows-latest name: Windows experimental: true - - include name: ${{ matrix.name }} - ${{ matrix.browser }} runs-on: ${{ matrix.os }} diff --git a/package.json b/package.json index 1b3a414..a4b85fd 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "watch:copyfiles": "nodemon --watch ./src --exec \"npm run build:copyfiles\"", "build:copyfiles": "cd src && copyfiles \"**/*.json\" \"**/*.css\" \"**/*.ttf\" \"**/*.otf\" \"**/*.svg\" ../dist/", "build": "tsc && webpack && npm run build:copyfiles", - "test": "concurrently --hide 0 --kill-others \"npm start\" \"wait-on http://localhost:5173 && cypress run\" -n server,cypress -s command-cypress" + "test": "npm run setup_demo && concurrently --hide 0 --kill-others \"npm start\" \"wait-on http://localhost:5173 && cypress run\" -n server,cypress -s command-cypress" }, "dependencies": { "@leanprover/infoview": "^0.7.3",