Skip to content

Commit

Permalink
#22706 testing gradlew test command
Browse files Browse the repository at this point in the history
  • Loading branch information
dcolina committed Jul 5, 2023
1 parent be5804a commit cff1b80
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cli-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,10 @@ jobs:
# custom_starter_url: ${{ secrets.CUSTOM_STARTER_URL }}

- name: run-cli-tests
working-directory: ./tools/dotcms-cli
working-directory: ${{ github.WORKSPACE }}
run: |
pwd
cd tools/dotcms-cli
echo "Running CLI tests"
./gradlew clean test
Expand Down

0 comments on commit cff1b80

Please sign in to comment.