Skip to content

Commit

Permalink
Merge pull request #258 from pebble-dev/hellcp/rws-fw-update-ci
Browse files Browse the repository at this point in the history
Update CI to newer java version and to pass
  • Loading branch information
crc-32 authored Jun 10, 2024
2 parents e87bd6b + a3d3150 commit 9ab3501
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: dart-lang/[email protected]
- uses: actions/setup-java@v1
with:
java-version: '12.x'
java-version: '17'
- run: dart pub global activate fvm
- run: fvm install
- run: fvm flutter pub get
Expand All @@ -37,7 +37,8 @@ jobs:
name: debug-apk
path: build/app/outputs/apk/debug/app-debug.apk
- name: Upload golden failures
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: goldens-failures
path: test/components/failures/
if-no-files-found: 'ignore'
5 changes: 3 additions & 2 deletions .github/workflows/pull-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-java@v1
with:
java-version: '12.x'
java-version: '17'
- uses: dart-lang/[email protected]
- run: dart pub global activate fvm
- run: fvm install
Expand All @@ -31,8 +31,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload golden failures
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: goldens-failures
path: test/components/failures/
if-no-files-found: 'ignore'
continue-on-error: true
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-java@v1
with:
java-version: '12.x'
java-version: '17'
- uses: dart-lang/[email protected]
- run: dart pub global activate fvm
- run: echo $KEY_JKS | base64 -d > android/key.jks
Expand Down

0 comments on commit 9ab3501

Please sign in to comment.