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 20b1a47 commit be5804a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/cli-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,11 @@ jobs:
# license_key: ${{ secrets.DOTCMS_LICENSE }}
# custom_starter_url: ${{ secrets.CUSTOM_STARTER_URL }}

- name: tests
# working-directory: tools/dotcms-cli
- name: run-cli-tests
working-directory: ./tools/dotcms-cli
run: |
echo 'HELLO DANI'
pwd
ls -la
echo "Running CLI tests"
./gradlew clean test
Expand Down

0 comments on commit be5804a

Please sign in to comment.