Skip to content

Commit

Permalink
ci: fix docker config access in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwwinter committed Apr 12, 2024
1 parent 6852b40 commit 8c995a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/aam-backend-service-analyse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
- name: Run Tests and generate Jacoco Test Report
env:
JACOCO_SOURCE_PATH: application/aam-backend-service/src/main/kotlin
DOCKER_CONFIG_FILE: /.docker/config.json
run: |
export DOCKER_CONFIG_FILE=$(cat $HOME/.docker/config.json)
./gradlew jacocoTestReport --no-daemon
Expand Down

0 comments on commit 8c995a7

Please sign in to comment.