Skip to content

Commit

Permalink
do not set the home var
Browse files Browse the repository at this point in the history
  • Loading branch information
stovak committed Feb 7, 2025
1 parent 6128b60 commit 259a862
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ env:
PRIVATE_KEY: ${{ secrets.PANTHEON_PLATFORM_DEPLOY_KEY_PRIVATE }}
BASH_ENV: ~/.bashrc
WORKSPACE: ${{ github.workspace }}
HOME: /home/runner
GITHUB_REPOSITORY: ${{ github.repository }}
REF: ${{ github.ref }}

Expand Down Expand Up @@ -110,6 +109,5 @@ jobs:
TERMINUS_TOKEN: ${{ secrets.TERMINUS_TOKEN }}
TERMINUS_EMAIL: ${{ secrets.TERMINUS_EMAIL }}
TERMINUS_ORG: ${{ secrets.TERMINUS_ORG }}
HOME: ${{ github.workspace }}
run: |
./vendor/bin/robo test:full $DRUPAL_VERSION

0 comments on commit 259a862

Please sign in to comment.