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 f9e6c8a commit e9635f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ jobs:
- name: Print the captured output
run: echo "${{ steps.example_directories.outputs.example_directories }}"
test-path-debugging:
name: ${{matrix.tests.name}}
runs-on: ubuntu-latest
needs: test-path-generate
strategy:
Expand All @@ -120,7 +121,7 @@ jobs:
steps:
- name: Echo test
id: echo-test
run: echo "${{ matrix.tests }}"
run: echo "${{ matrix.tests.path }}"
release-candidate-deploy:
runs-on: ubuntu-latest
env:
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: "examples/hello_world"},
{path: "examples/hello_world2"},
{path: "examples/hello_world3"}
{path: "HERE/hello_world", name: "cool"},
{path: "HERE/hello_world2", name: "boy"},
{path: "HERE/hello_world3", name: "town"}
]
END
)
Expand Down

0 comments on commit e9635f1

Please sign in to comment.