Skip to content

Commit

Permalink
Use find instead of ls
Browse files Browse the repository at this point in the history
  • Loading branch information
hoisie committed Nov 29, 2021
1 parent 4acdaae commit 8e7eb58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: List ICU
run: |
ls -al $HOME/icu-bin
find $HOME/icu-bin
- name: Build
run: ICU_ROOT_DIR=$HOME/icu-bin SKIP_ICU_BUILD=true SKIP_ERRORPRONE=true SKIP_JAVADOC=true ./gradlew clean assemble testClasses --parallel --stacktrace --no-watch-fs
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:

- name: List ICU
run: |
ls -al $HOME/icu-bin
find $HOME/icu-bin
- name: Run unit tests
run: |
Expand Down

0 comments on commit 8e7eb58

Please sign in to comment.