Skip to content

Commit 2702856

Browse files
authored
Merge pull request #23 from MetaMask/chore/update-build-action
disable windows-ci and update gradle build on android-ci
2 parents e10917e + 7bef0f5 commit 2702856

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/android-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: yarn --frozen-lockfile
2929
shell: bash
3030
- name: Build Android test app
31-
uses: gradle/gradle-build-action@v2
31+
uses: gradle/actions/setup-gradle@db19848a5fa7950289d3668fb053140cf3028d43 #v3.3.2
3232
with:
3333
gradle-version: wrapper
3434
arguments: -PnewArchEnabled=${{matrix.newArchEnabled}} --no-daemon clean build check test

.github/workflows/windows-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Windows CI
2-
on: [pull_request]
2+
on:
33

44
jobs:
55
run-windows-tests:

0 commit comments

Comments
 (0)