File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed
example/android/app/src/main Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 2828 - uses : bluefireteam/melos-action@v3
2929# - name: Checkout
3030# uses: actions/checkout@v3
31- - name : Start Docker compose containers
32- # if: ${{ matrix.work_dir == 'openapi-generator' }}
33- run : docker-compose -f "docker-compose.yaml" up -d --build
3431# - name: Setup Dart
3532# uses: dart-lang/setup-dart@v1
3633# with:
5350 run : melos format --set-exit-if-changed
5451 - name : Run analyzer
5552 run : melos analyze --fatal-warnings
53+
54+ - name : Install Docker Compose
55+ run : |
56+ sudo apt-get update
57+ sudo apt-get install -y docker-compose
58+ - name : Start Docker compose containers
59+ # if: ${{ matrix.work_dir == 'openapi-generator' }}
60+ run : docker-compose -f "docker-compose.yaml" up -d --build
5661 - name : Run tests
5762 run : melos run test:all
5863
9095 fail_ci_if_error : true
9196 env :
9297 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }} # Required only for private repositories
98+ - name : Stop Docker Container
99+ run : docker-compose -f "docker-compose.yaml" down
93100
94101 build :
95102 name : Build example project 🛠️
Original file line number Diff line number Diff line change 1- <manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2- package =" com.example.example" >
1+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" >
32 <application
43 android : label =" example"
54 android : icon =" @mipmap/ic_launcher" >
You can’t perform that action at this time.
0 commit comments