From c1ab35ed521537ef01357bddd2cb893989bb3cd0 Mon Sep 17 00:00:00 2001 From: Denis Fadeev Date: Sat, 16 Nov 2024 19:50:54 +0300 Subject: [PATCH] rename test.sh to localnet.sh --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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