Skip to content

Commit

Permalink
#22706 triggering workflow for gha cli
Browse files Browse the repository at this point in the history
  • Loading branch information
dcolina committed Jul 5, 2023
1 parent 6bb43af commit 34b25cd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cli-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
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 34b25cd

Please sign in to comment.