Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif committed Apr 23, 2024
1 parent e47e4db commit e2d712e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 36 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build-check-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/roxygen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e2d712e

Please sign in to comment.