From c821d99577b7e6fc425ed293c8df633b5b5bbe41 Mon Sep 17 00:00:00 2001 From: Akash Singh Date: Sat, 9 Mar 2024 16:46:04 +0530 Subject: [PATCH] Shows all my github followers on about me page --- .github/workflows/deploy.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e789dcb5..aa28b03c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -27,8 +27,6 @@ jobs: CI: true REACT_APP_FOLLOWERS_ACCESS_KEY: ${{ secrets.REACT_APP_FOLLOWERS_ACCESS_KEY }} run: | - npm test --ci --silent --testPathIgnorePatterns=experimental - node -e "console.log(process.env.REACT_APP_FOLLOWERS_ACCESS_KEY)" echo ${{ secrets.REACT_APP_FOLLOWERS_ACCESS_KEY }} - name: Install dependencies & Build website