File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change 17
17
strategy :
18
18
fail-fast : false
19
19
matrix :
20
- work_dir : [openapi-generator, openapi-generator-annotations]
20
+ work_dir : [ openapi-generator, openapi-generator-annotations ]
21
+ defaults :
22
+ run :
23
+ working-directory : ${{ matrix.work_dir }}
21
24
steps :
22
25
- name : Checkout
23
26
uses : actions/checkout@v3
@@ -56,20 +59,21 @@ jobs:
56
59
- run : flutter pub run build_runner build --delete-conflicting-outputs
57
60
- run : flutter build apk
58
61
59
- # - name: Upload artifact (Client) ⬆️💻
60
-
61
- # with:
62
- # name: example
63
- # path: |
64
- # example/build/web
62
+ # - name: Upload artifact (Client) ⬆️💻
63
+
64
+ # with:
65
+ # name: example
66
+ # path: |
67
+ # example/build/web
65
68
66
69
pr_context :
67
70
name : Save PR context as artifact
68
71
if : ${{ always() && !cancelled() && github.event_name == 'pull_request' }}
69
72
runs-on : ubuntu-latest
70
73
needs :
71
- # - dependency-review
74
+ # - dependency-review
72
75
- build
76
+ - ci
73
77
74
78
steps :
75
79
- name : Save PR context
You can’t perform that action at this time.
0 commit comments