Skip to content

Commit

Permalink
Update working directory path in build-test.yml
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
Jacob Woffenden authored Feb 21, 2024
1 parent 3389dca commit b95e807
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ jobs:
- name: Test
id: test
shell: bash
working-directory: test
run: |
docker run --rm \
--volume ${PWD}:/publisher \
--volume ${GITHUB_WORKSPACE}/test:/publisher \
ghcr.io/ministryofjustice/tech-docs-github-pages-publisher:latest /usr/local/bin/td-package

0 comments on commit b95e807

Please sign in to comment.