diff --git a/.github/workflows/review-app.yml b/.github/workflows/review-app.yml index cc457ad6..ed382f22 100644 --- a/.github/workflows/review-app.yml +++ b/.github/workflows/review-app.yml @@ -18,12 +18,16 @@ jobs: - run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}." - name: Check out repository code uses: actions/checkout@v4 + with: + fetch-depth: 0 + #path: ${{ env.BRANCH_NAME }} - run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner." - run: echo "🖥️ The workflow is now ready to test your code on the runner." - name: List files in the repository run: | ls ${{ github.workspace }} - run: echo "🍏 This job's status is ${{ job.status }}." + - run: git fetch --unshallow - name: install clever-tools run: npm install -g clever-tools - name: Create app