Skip to content

Commit

Permalink
UHF-8762: Fix cwd
Browse files Browse the repository at this point in the history
  • Loading branch information
tuutti committed Jan 22, 2024
1 parent e7d0cbc commit 87ffe84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/visual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
docker compose exec app bash -c "drush en helfi_test_content -y"
- name: Node setup
working-directory: ${{ env.DRUPAL_ROOT }}
run: |
function docker_run {
docker run --rm --name helfi-node -v $(pwd):/app -w $THEME_CWD node:$NODE_VERSION ${1}
Expand Down

0 comments on commit 87ffe84

Please sign in to comment.