Skip to content

Commit c163778

Browse files
authored
fixed release_droid_upload_github_release_assets.yml (#170)
RCA: In #163 we changed the format of the return JSON from ./scripts/test/get_all_tests.sh so that it included the name and path as separate items. This new format needs to be applied in release_droid_upload_github_release_assets.yml, too.
1 parent 2996d4a commit c163778

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release_droid_upload_github_release_assets.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
- 3.8
5757
test-path: ${{fromJson(needs.prep-testbed.outputs.matrix)}}
5858
runs-on: ubuntu-latest
59+
name: ${{ matrix.test-path.name }}
5960
steps:
6061
- uses: actions/checkout@v3
6162

@@ -72,7 +73,7 @@ jobs:
7273
run: ./scripts/test/exaslct_with_poetry.sh --help
7374

7475
- name: Run all tests
75-
run: ./scripts/test/run_test.sh ${{ matrix.test-path }}
76+
run: ./scripts/test/run_test.sh ${{ matrix.test-path.path }}
7677
env: # Set the secret as an input
7778
DOCKER_USER: ${{ secrets.DOCKER_USER }}
7879
DOCKER_PASSWD: ${{ secrets.DOCKER_PASSWD }}

0 commit comments

Comments
 (0)