This commit is contained in:
Daniel 2024-08-09 16:03:59 -04:00
parent 5742a7b7ff
commit c95ced4727

View file

@ -22,6 +22,8 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Test connection
run: curl "https://storage.googleapis.com/flutter_infra_release/releases/releases_linux.json"
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
- name: Set up Flutter
@ -31,5 +33,5 @@ jobs:
flutter-version-file: pubspec.yaml # path to pubspec.yaml
- run: flutter --version
- run: flutter pub get
- run: flutter test
# - run: flutter test
- run: flutter build web