diff --git a/.github/workflows/gui-checks.yml b/.github/workflows/gui-checks.yml index 658d21a83e79..1c5cf893c005 100644 --- a/.github/workflows/gui-checks.yml +++ b/.github/workflows/gui-checks.yml @@ -116,8 +116,8 @@ jobs: fail-fast: false max-parallel: 24 matrix: - shardIndex: [1, 2, 3, 4, 5, 6] - shardTotal: [6] + shardIndex: [1, 2, 3, 4] + shardTotal: [4] steps: - uses: actions/checkout@v4 @@ -143,6 +143,10 @@ jobs: - name: 📺 Install Playwright Browsers working-directory: app/gui run: pnpm run playwright:install + + - name: ⚙️ Compile + id: compile + run: pnpm run compile - name: 🎭 Playwright Tests working-directory: app/gui diff --git a/app/gui/src/project-view/components/StandaloneButton.vue b/app/gui/src/project-view/components/StandaloneButton.vue index d4496cb25470..272fa4ce0337 100644 --- a/app/gui/src/project-view/components/StandaloneButton.vue +++ b/app/gui/src/project-view/components/StandaloneButton.vue @@ -1,6 +1,6 @@