1 parent a65e492 commit 290200bCopy full SHA for 290200b
1 file changed
.github/workflows/build.yml
@@ -103,7 +103,7 @@ jobs:
103
104
- name: Run AVD test
105
timeout-minutes: 18
106
- run: scripts/avd.sh test -l -v ${{ matrix.version }} -t ${{ matrix.type }} out/apk-ng-*.apk
+ run: scripts/avd.sh test -l -v ${{ matrix.version }} -t "${{ matrix.type }}" out/apk-ng-*.apk
107
108
- name: Upload logs on error
109
if: ${{ failure() }}
0 commit comments