diff --git a/.github/workflows/build-check-install.yaml b/.github/workflows/build-check-install.yaml index 59a3d4379..09158b3d4 100644 --- a/.github/workflows/build-check-install.yaml +++ b/.github/workflows/build-check-install.yaml @@ -359,18 +359,6 @@ jobs: update.packages() shell: Rscript {0} - # - name: Test - # shell: bash - # run: | - # # apt update && apt install -yq tree - # echo "pwd = $(pwd)" - # ls -la - # # tree -a . - # R -q -e 'packageVersion("git2r")' - # chmod -R 777 ${{ github.event.repository.name }} - # ls -la - # ls -la ${{ github.event.repository.name }} - - name: Run Staged dependencies 🎦 if: >- env.enable_sd == 'true' diff --git a/.github/workflows/roxygen.yaml b/.github/workflows/roxygen.yaml index 55da93323..e6210382b 100644 --- a/.github/workflows/roxygen.yaml +++ b/.github/workflows/roxygen.yaml @@ -114,18 +114,6 @@ jobs: key: sd-${{ runner.os }}-${{ github.event.repository.name }} path: ~/.staged.dependencies - # - name: Test - # shell: bash - # run: | - # # apt update && apt install -yq tree - # echo "pwd = $(pwd)" - # ls -la - # # tree -a . - # R -q -e 'packageVersion("git2r")' - # chmod -R 777 ${{ github.event.repository.name }} - # ls -la - # ls -la ${{ github.event.repository.name }} - - name: Run Staged dependencies 🎦 uses: insightsengineering/staged-dependencies-action@v1 env: diff --git a/.github/workflows/test-coverage.yaml b/.github/workflows/test-coverage.yaml index cecc51389..9966b6956 100644 --- a/.github/workflows/test-coverage.yaml +++ b/.github/workflows/test-coverage.yaml @@ -206,18 +206,6 @@ jobs: } fi - # - name: Test - # shell: bash - # run: | - # # apt update && apt install -yq tree - # echo "pwd = $(pwd)" - # ls -la - # # tree -a . - # R -q -e 'packageVersion("git2r")' - # chmod -R 777 ${{ github.event.repository.name }} - # ls -la - # ls -la ${{ github.event.repository.name }} - - name: Restore SD cache 💰 uses: actions/cache@v4 with: