fix: test workflow

This commit is contained in:
Junya Morioka
2025-11-02 01:03:18 +09:00
parent af3a9f0d3f
commit 725d37bd7b
2 changed files with 16 additions and 12 deletions
+2 -1
View File
@@ -14,7 +14,8 @@ jobs:
- name: Create Matrix
id: create_matrix
run: |
echo "matrix=$(python create_matrix.py)" >> $GITHUB_OUTPUT
python create_matrix.py | tee /tmp/matrix.json
echo "matrix=$(cat /tmp/matrix.json)" >> $GITHUB_OUTPUT
# #########################################################
# Linux