diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 5ebada7..43249c8 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -16,7 +16,7 @@ jobs: - name: Set up Test Matrix id: set-matrix run: | - test_dirs=$(find examples/*/scripts -type f -name 'test.sh' -exec dirname {} \; | xargs dirname) + test_dirs=$(find examples/*/scripts -type f -name 'localnet.sh' -exec dirname {} \; | xargs dirname) matrix_json=$(echo "$test_dirs" | jq -R '{"example-dir": .}' | jq -s . | jq -c .) echo "matrix=$matrix_json" >> $GITHUB_OUTPUT