Skip to content

Commit

Permalink
test switch provided in args
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Florentine <justin+github@florentine.us>
  • Loading branch information
jflo committed Nov 30, 2023
1 parent 04e86a3 commit db0da67
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 @@ -44,5 +44,5 @@ jobs:
- name: debug test class list
run: cat gradleArgs.txt
- name: run unit tests
run: ./gradlew test --tests `cat gradleArgs.txt`
run: ./gradlew test `cat gradleArgs.txt`

0 comments on commit db0da67

Please sign in to comment.