Skip to content

Conversation

crynobone
Copy link
Member

This would be useful in Github Actions environment where using steps.*.env would populate $_SERVER instead of $_ENV:

      - name: Execute tests
        run: php vendor/bin/pest
        env:
          APP_BASE_PATH: ${{ github.workspace }}/vendor/laravel/vue-starter-kit

This would be useful in Github Actions environment where using
`steps.*.env` would populate `$_SERVER` instead of `$_ENV`:

```yaml
      - name: Execute tests
        run: php vendor/bin/pest
        env:
          APP_BASE_PATH: ${{ github.workspace }}/vendor/laravel/vue-starter-kit
```

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
@crynobone crynobone marked this pull request as ready for review September 2, 2025 01:58
@taylorotwell taylorotwell merged commit cac1c6a into 12.x Sep 2, 2025
66 checks passed
@taylorotwell taylorotwell deleted the 12/ci-base-path-env branch September 2, 2025 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants