Skip to content

Commit

Permalink
validate your yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Florentine <[email protected]>
  • Loading branch information
jflo committed Nov 30, 2023
1 parent 0f8cfc6 commit e72f560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/parallel-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
#regex means: first truncate file paths to align with package name, then swap path delimiter with package delimiter,
#then drop file extension, then insert --tests option between each.
run: cat testList.txt | sed -e 's@.*/src/test/java/@@g' -e 's@/@.@g' -e 's/\.java//g' -e 's/\ /\ --tests\ /g' >> gradleArgs.txt
- name debug test class list
- name: debug test class list
- run: cat gradleArgs.txt
- name: run unit tests
run: ./gradlew test --tests `cat gradleArgs.txt`
Expand Down

0 comments on commit e72f560

Please sign in to comment.