Skip to content

Commit

Permalink
Update CI to newer java version and to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
hellcp authored May 31, 2024
1 parent 298a982 commit a3d3150
Showing 1 changed file with 3 additions and 2 deletions.
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

0 comments on commit a3d3150

Please sign in to comment.