gowalk-cicd 1.0.10 → 1.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/action/.daemux-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.11
|
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.11
|
package/package.json
CHANGED
package/templates/deploy.yml
CHANGED
|
@@ -149,6 +149,12 @@ jobs:
|
|
|
149
149
|
id: android
|
|
150
150
|
if: ${{ steps.mode.outputs.mode == 'local' }}
|
|
151
151
|
uses: ./.github/actions/android-app
|
|
152
|
+
with:
|
|
153
|
+
# Tests belong to the CI gate, not the deploy path — same policy as
|
|
154
|
+
# the iOS job above. Running the analyzer here breaks every deploy
|
|
155
|
+
# the day a new stable Flutter adds a warning-level lint, even when
|
|
156
|
+
# the app's own CI gate is green.
|
|
157
|
+
run-tests: 'false'
|
|
152
158
|
- name: Retain signed Android App Bundle
|
|
153
159
|
if: ${{ steps.mode.outputs.mode == 'local' }}
|
|
154
160
|
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
|