From 907e99351bac2fcdef82e75a59a7d3ed84927ca4 Mon Sep 17 00:00:00 2001 From: Guillem Date: Mon, 23 Sep 2024 15:43:41 +0200 Subject: [PATCH] feat(ci): enable tag building (#96) * feat(ci): enable tag building --- .github/workflows/release.yml | 2 +- test/functional/cypress/e2e/visual.cy.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8756ce15..f22f7027 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,7 +54,7 @@ jobs: name: Build, Deploy to GitHub pages, Release npm package needs: [test, visual-test] runs-on: ubuntu-latest - if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/') + if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/') steps: - name: Checkout uses: actions/checkout@v2 diff --git a/test/functional/cypress/e2e/visual.cy.ts b/test/functional/cypress/e2e/visual.cy.ts index f4645dfa..66a9dfd4 100644 --- a/test/functional/cypress/e2e/visual.cy.ts +++ b/test/functional/cypress/e2e/visual.cy.ts @@ -24,7 +24,7 @@ function compareSnapshot(zoomLevel: number, side: number) { cy.wait('@modelDownloading'); // wait for the shadow under the avatar to build up with high wait time - cy.wait(20000); + cy.wait(30000); const name = `avatar-zoom-${zoomLevel}-side-[${side}]`;