We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c19d34 commit 4c3ab01Copy full SHA for 4c3ab01
.github/workflows/unit-test.yml
@@ -87,6 +87,7 @@ jobs:
87
run: |
88
cd supertokens-root
89
find . -path "*/src/test/**/*.java" | sed 's/.*src\/test\/java\///' | sed 's/\.java$//' | sed 's/\//./g' > test_classes.txt
90
+ sort -o test_classes.txt test_classes.txt
91
- name: Run tests
92
93
0 commit comments