We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12ca063 commit 5ffd802Copy full SHA for 5ffd802
.github/workflows/build.yml
@@ -114,6 +114,9 @@ jobs:
114
env:
115
COMPOSE_FILE: docker-compose.yml:docker-compose.ci.yml
116
DOCKER_APP_IMAGE: ${{ needs.merge.outputs.image }}
117
+ defaults:
118
+ run:
119
+ working-directory: /app
120
steps:
121
- name: Checkout code
122
uses: actions/checkout@v4
@@ -170,7 +173,7 @@ jobs:
170
173
if: ${{ always() }}
171
174
uses: actions/upload-artifact@v4
172
175
with:
- name: GeoData Build Report (${{ github.run_id }}_${{ github.run_attempt }})
176
+ name: Framework Build Report (${{ github.run_id }}_${{ github.run_attempt }})
177
path: artifacts/*
178
if-no-files-found: error
179
0 commit comments