Skip to content

Commit

Permalink
ci: try setting working dir to workspace with Path
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron de las Alas committed Oct 13, 2023
1 parent 1374730 commit 27b7ab5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
env:
JVM_OPTS: -Xmx3200m
DETECT_CHROMEDRIVER_VERSION: "true"
PROJECT_PATH: ./scratch-blocks
container:
image: python:2.7.18-buster
steps:
Expand All @@ -31,7 +32,7 @@ jobs:
with:
chrome-version: latest
- name: Install Node Dependencies
working-directory: ${{ github.workspace }}/
working-directory: ${{ github.workspace }}/${{ env.PROJECT_PATH }}}
env:
NODE_ENV: "development"
run: npm ci

0 comments on commit 27b7ab5

Please sign in to comment.