mirror of
https://github.com/amigan/calls.git
synced 2024-11-21 12:29:47 -05:00
add test
This commit is contained in:
parent
5742a7b7ff
commit
c95ced4727
1 changed files with 3 additions and 1 deletions
4
.github/workflows/build-web.yml
vendored
4
.github/workflows/build-web.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue