From 03766cc39472a9eda5f07ea73c8baf8403ca12e4 Mon Sep 17 00:00:00 2001 From: atteggiani Date: Mon, 6 Nov 2023 17:19:19 +1100 Subject: [PATCH] test --- .github/workflows/pr_preview.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/pr_preview.yml b/.github/workflows/pr_preview.yml index cf0442a35..5b29db85d 100644 --- a/.github/workflows/pr_preview.yml +++ b/.github/workflows/pr_preview.yml @@ -42,15 +42,6 @@ jobs: if: ${{ github.event.action == 'closed' }} runs-on: ubuntu-latest steps: - - name: TEST1 - shell: bash - run: | - echo "TEST before checkout" - echo "Home folder:" - ls ~ - echo "PR-PREVIEW folder:" - ls pr-preview - - name: Checkout uses: actions/checkout@v3 with: