From 844def96566fe911b51623c0c757deab7ef23d8e Mon Sep 17 00:00:00 2001 From: kunfei Date: Fri, 31 Mar 2023 13:54:07 +0800 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 161641ba3..9fadea0df 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -50,7 +50,7 @@ jobs: needs: prepare strategy: matrix: - product: [ app, google ] + product: [ app, google, lollipop ] type: [ release, releaseA ] fail-fast: false runs-on: ubuntu-latest