From 23b6c078238702b9386933b041c491b0de84e431 Mon Sep 17 00:00:00 2001 From: florian-vuillemot Date: Sat, 13 Jul 2024 18:44:52 +0200 Subject: [PATCH] try debug --- .github/workflows/frontend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index b7fd9f4b69..e3e3bb2259 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -75,7 +75,7 @@ jobs: # if: matrix.os == 'ubuntu-latest' && github.event_name == 'pull_request' && steps.cache-gui-fe-build.outputs.cache-hit != 'true' uses: artiomtr/jest-coverage-report-action@v2.3.0 with: - github-token: ${{ secrets.GITHUB_TOKEN }} + #github-token: ${{ secrets.GITHUB_TOKEN }} threshold: "80" working-directory: "./frontend/taipy-gui" skip-step: install