Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Aug 27, 2024
1 parent f9498d1 commit 2ffc642
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
- id: example_directories
name: generateTests
run: |
EXAMPLE_DIRECTORIES=$(./scripts/just-paths.sh | base64 -d)
EXAMPLE_DIRECTORIES=$(./scripts/test.sh | base64 -d)
echo "::set-output name=example_directories::$EXAMPLE_DIRECTORIES"
echo here is the new example dirs
echo $EXAMPLE_DIRECTORIES
Expand Down
6 changes: 3 additions & 3 deletions scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ all_directories+=$(discover_directories "$TESTS_DIR")

EXAMPLE_DIRECTORIES=$(cat << END
[
{path: "HERE/hello_world", name: "basic_bitcoin", type: "ex"},
{path: "HERE/hello_world2", name: "large_files", type: "e2e", "syntax": "http"},
{path: "HERE/hello_world3", name: "bool", type: "prop", "syntax": "crpc", "api": "class"}
{path: "HERE/hello_world", name: "bitcoin_psbt", type: "ex"},
{path: "HERE/hello_world2", name: "express", type: "e2e", "syntax": "http"},
{path: "HERE/hello_world3", name: "int", type: "prop", "syntax": "crpc", "api": "class"}
]
END
)
Expand Down

0 comments on commit 2ffc642

Please sign in to comment.