diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 11971703..e789dcb5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,8 +24,11 @@ jobs: - name: Set Variables Data env: + 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