-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: mediator docker-compose image repo and version (#39)
* fix: the image repo and version in docker-compose Co-authored-by: Shailesh Patil <[email protected]>
- Loading branch information
1 parent
b2b2a02
commit 116174b
Showing
2 changed files
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,7 +49,7 @@ jobs: | |
- name: Install Compose | ||
uses: ndeloof/[email protected] | ||
with: | ||
version: v2.12.2 # defaults to 'latest' | ||
version: v2.19.1 # defaults to 'latest' | ||
legacy: true # will also install in PATH as `docker-compose` | ||
|
||
- name: Build local version of Mediator Agent | ||
|
@@ -61,16 +61,15 @@ jobs: | |
cd "${MEDIATOR_PATH}" || exit 129 | ||
NODE_OPTIONS=--openssl-legacy-provider sbt -mem 2048 -J-Xmx5120m docker:publishLocal | ||
MEDIATOR_VERSION=$(cut version.sbt -d '=' -f2 | tr -d '" ') | ||
echo "MEDIATOR_VERSION=${MEDIATOR_VERSION}" >> $GITHUB_ENV | ||
echo ${MEDIATOR_VERSION} | ||
- name: Start Mediator | ||
uses: isbang/[email protected] | ||
with: | ||
compose-file: "./docker-compose.yml" | ||
compose-flags: "" | ||
up-flags: "--wait" | ||
down-flags: "--volumes" | ||
|
||
- name: Run e2e tests | ||
env: | ||
GITHUB_ACTOR: ${{ secrets.ATALA_GITHUB_ACTOR }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters