Bump url_launcher from 6.2.1 to 6.2.4 #124
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test | |
on: | |
push: | |
branches: [ master ] | |
pull_request: | |
branches: [ master ] | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/[email protected] | |
with: | |
distribution: 'zulu' | |
java-version: '11' | |
java-package: jdk | |
- name: Flutter action | |
uses: subosito/[email protected] | |
- run: | | |
dart --version | |
flutter --version | |
- run: flutter pub get | |
- name: Run Analyze | |
run: flutter analyze --no-fatal-infos | |
# - name: Run Test | |
# run: flutter test |