Skip to content

Commit

Permalink
#22706 testing docker-compose command.
Browse files Browse the repository at this point in the history
  • Loading branch information
dcolina committed Jul 5, 2023
1 parent 34b25cd commit 62165b6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cli-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ jobs:
cli_test:
name: CLI Tests
runs-on: ubuntu-latest
env:
DOTCMS_IMAGE: dotcms/dotcms:master_a90c97d_SNAPSHOT
DB_TYPE: postgres
TEST_TYPE: cli
WAIT_FOR_DEPS: 60
DOTCMS_LICENSE: ${{ secrets.DOTCMS_LICENSE }}
steps:
- id: git-checkout
name: Checkout
Expand All @@ -22,12 +28,6 @@ jobs:
name: Run Test Dependencies
working-directory: ./cicd/docker
run: |
pwd
export DOTCMS_IMAGE='dotcms/dotcms:master_a90c97d_SNAPSHOT'
export DB_TYPE='postgres'
export TEST_TYPE='cli'
export WAIT_FOR_DEPS='60'
docker-compose -f dotcms-compose.yml -f postgres-compose.yml -f open-distro-compose.yml up -d
# - id: docker-compose-setup
Expand Down

0 comments on commit 62165b6

Please sign in to comment.