Skip to content

Commit

Permalink
ci: fix working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLicense committed Feb 13, 2024
1 parent 918ce78 commit 43e80d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/php.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
warm-cache:
name: Warm cache
runs-on: ubuntu-latest
defaults:
run:
working-directory: app/${{ inputs.project }}
env:
# Temporary until this repository becomes a mono-repository.
REMOTE_REPOSITORY: ${{ inputs.project == 'api' && 'dvsa/olcs-backend' || format('dvsa/olcs-{0}', inputs.project) }}
Expand Down

0 comments on commit 43e80d4

Please sign in to comment.