Skip to content

Commit

Permalink
#23: Try setting the container working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoffer Palm committed Oct 18, 2023
1 parent d50888d commit 9621b8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,7 @@ jobs:
pwd
ls -al
- uses: php-actions/composer@v6
with:
container_workdir: ${{ github.workspace }}
- name: Test site installation
run: vendor/bin/drush site:install oddprofile --db-url=mysql://[email protected]:3306/drupal

0 comments on commit 9621b8f

Please sign in to comment.