Skip to content

Commit 23ae3e8

Browse files
committed
Add parallel testing demo
1 parent fc1a8c5 commit 23ae3e8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/parallel.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ jobs:
5555
needs: collect
5656

5757
strategy:
58-
matrix:
59-
test_dirs: ${{ fromJSON(needs.collect.outputs.TEST_DIRS) }}
58+
matrix: ${{ fromJSON(needs.collect.outputs.TEST_DIRS) }}
6059
# test_dir: ["tests", "tests/dir1", "tests/dir2", "tests/dir3"]
6160

6261
steps:

0 commit comments

Comments
 (0)