Skip to content

Commit ede844b

Browse files
committed
Reduce the amount of tests to run
[skip ci]
1 parent 72dfc7b commit ede844b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
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 }}
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() }}
@@ -122,7 +122,7 @@ jobs:
122122
strategy:
123123
fail-fast: false
124124
matrix:
125-
version: [23, 24, 25, 26, 27, 28, 29, 30]
125+
version: [23, 26, 28, 30]
126126

127127
steps:
128128
- name: Check out
@@ -141,7 +141,7 @@ jobs:
141141
timeout-minutes: 18
142142
env:
143143
FORCE_32_BIT: 1
144-
run: scripts/avd.sh test -l -v ${{ matrix.version }}
144+
run: scripts/avd.sh test -l -v ${{ matrix.version }} out/apk-ng-*.apk
145145

146146
- name: Upload logs on error
147147
if: ${{ failure() }}

0 commit comments

Comments
 (0)