Skip to content

Commit 4edda87

Browse files
committed
fix: Fix CI
1 parent 10da777 commit 4edda87

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
node ./scripts/discover-submodules.js
3333
echo "::set-output name=submodule-matrix::$(cat submodules.json)" # Set the output here
3434
35+
echo "Submodule matrix:"
36+
cat submodules.json
37+
3538
process-plugin:
3639
needs: build
3740
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)