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 9ecbd49 commit a287a3e
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 @@ -111,7 +111,7 @@ jobs:
- name: Print the captured output
run: echo "${{ steps.example_directories.outputs.example_directories }}"
test-path-debugging:
name: ${{matrix.tests.name}} \| ${{matrix.tests.type}} \| ${{matrix.tests.syntax}} \| ${{matrix.tests.api}}
name: ${{matrix.tests.name}} / ${{matrix.tests.type}} / ${{matrix.tests.syntax}} / ${{matrix.tests.api}}
runs-on: ubuntu-latest
needs: test-path-generate
strategy:
Expand Down
6 changes: 3 additions & 3 deletions scripts/just-paths.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/bash
EXAMPLE_DIRECTORIES=$(cat << END
[
{path: "HERE/hello_world", name: "cool", type: "ex"},
{path: "HERE/hello_world2", name: "boy", type: "e2e", "syntax": "crpc"},
{path: "HERE/hello_world3", name: "town", type: "prop", "syntax": "crpc", "api": "class"}
{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"}
]
END
)
Expand Down

0 comments on commit a287a3e

Please sign in to comment.