Skip to content

Commit

Permalink
Update flutter-drive.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
simplezhli committed May 17, 2024
1 parent dce1f5d commit aae7c56
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/flutter-drive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: set up JDK 11
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '11'
distribution: "oracle"
java-version: "17"
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.22.0'
Expand Down Expand Up @@ -108,4 +108,4 @@ jobs:
architecture: x64
- run: "flutter pub get"
- name: "Run Flutter Accessibility Tests"
run: "flutter test test/accessibility_test.dart"
run: "flutter test test/accessibility_test.dart"

0 comments on commit aae7c56

Please sign in to comment.