Skip to content

Commit

Permalink
fix: master package step to include server artifacts for pg and mongo
Browse files Browse the repository at this point in the history
  • Loading branch information
abhvsn authored Sep 24, 2024
2 parents 20acc17 + df3bfa2 commit 8493b7c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,12 @@ jobs:
scripts/generate_info_json.sh
fi
- name: Place server artifacts-es
run: |
if [[ -f scripts/prepare_server_artifacts.sh ]]; then
scripts/prepare_server_artifacts.sh
fi
- name: Set up Depot CLI
uses: depot/setup-action@v1

Expand Down

0 comments on commit 8493b7c

Please sign in to comment.