Skip to content

Commit 5ffd802

Browse files
author
David Zuckerman
committed
adding default work directory for tests
1 parent 12ca063 commit 5ffd802

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@ jobs:
114114
env:
115115
COMPOSE_FILE: docker-compose.yml:docker-compose.ci.yml
116116
DOCKER_APP_IMAGE: ${{ needs.merge.outputs.image }}
117+
defaults:
118+
run:
119+
working-directory: /app
117120
steps:
118121
- name: Checkout code
119122
uses: actions/checkout@v4
@@ -170,7 +173,7 @@ jobs:
170173
if: ${{ always() }}
171174
uses: actions/upload-artifact@v4
172175
with:
173-
name: GeoData Build Report (${{ github.run_id }}_${{ github.run_attempt }})
176+
name: Framework Build Report (${{ github.run_id }}_${{ github.run_attempt }})
174177
path: artifacts/*
175178
if-no-files-found: error
176179

0 commit comments

Comments
 (0)