Skip to content

Commit 290200b

Browse files
committed
Handle empty matrix.type correctly
[skip ci]
1 parent a65e492 commit 290200b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103

104104
- name: Run AVD test
105105
timeout-minutes: 18
106-
run: scripts/avd.sh test -l -v ${{ matrix.version }} -t ${{ matrix.type }} out/apk-ng-*.apk
106+
run: scripts/avd.sh test -l -v ${{ matrix.version }} -t "${{ matrix.type }}" out/apk-ng-*.apk
107107

108108
- name: Upload logs on error
109109
if: ${{ failure() }}

0 commit comments

Comments
 (0)