Skip to content

Commit 4c3ab01

Browse files
SattvikSattvik
Sattvik
authored and
Sattvik
committed
fix: tests
1 parent 8c19d34 commit 4c3ab01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/unit-test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ jobs:
8787
run: |
8888
cd supertokens-root
8989
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
9091
- name: Run tests
9192
run: |
9293
cd supertokens-root

0 commit comments

Comments
 (0)