File tree Expand file tree Collapse file tree 1 file changed +18
-15
lines changed Expand file tree Collapse file tree 1 file changed +18
-15
lines changed Original file line number Diff line number Diff line change @@ -23,24 +23,27 @@ jobs:
23
23
# run:
24
24
# working-directory: ${{ matrix.work_dir }}
25
25
steps :
26
- - name : Checkout
27
- uses : actions/checkout@v3
26
+ - uses : actions/checkout@v4
27
+ - uses : subosito/flutter-action@v2
28
+ - uses : bluefireteam/melos-action@v3
29
+ # - name: Checkout
30
+ # uses: actions/checkout@v3
28
31
# - name: Start Docker compose containers
29
32
# if: ${{ matrix.work_dir == 'openapi-generator' }}
30
33
# run: docker-compose -f "docker-compose.yaml" up -d --build
31
- - name : Setup Dart
32
- uses : dart-lang/setup-dart@v1
33
- with :
34
- sdk : stable
35
- - name : Setup Flutter
36
- uses : subosito/flutter-action@v3
37
- with :
38
- channel : stable
39
-
40
- - name : Install Melos
41
- run : dart pub global activate melos
42
- - name : Bootstrap Melos
43
- run : melos bootstrap
34
+ # - name: Setup Dart
35
+ # uses: dart-lang/setup-dart@v1
36
+ # with:
37
+ # sdk: stable
38
+ # - name: Setup Flutter
39
+ # uses: subosito/flutter-action@v3
40
+ # with:
41
+ # channel: stable
42
+ #
43
+ # - name: Install Melos
44
+ # run: dart pub global activate melos
45
+ # - name: Bootstrap Melos
46
+ # run: melos bootstrap
44
47
- name : Install Dependencies
45
48
run : melos exec -- "dart pub get"
46
49
- name : Run Docker Compose on Specific Package
You can’t perform that action at this time.
0 commit comments