Skip to content

Commit faacc54

Browse files
authored
Update try_publish.yml
1 parent 63372bd commit faacc54

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/try_publish.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ on:
88
jobs:
99
publish:
1010
runs-on: ubuntu-latest
11+
strategy:
12+
matrix:
13+
directory: [
14+
"image_editor",
15+
"image_editor_common",
16+
"image_editor_platform_interface"
17+
]
18+
defaults:
19+
run:
20+
working-directory: ${{ matrix.directory }}
1121
steps:
1222
- name: Checkout repo
1323
uses: actions/checkout@v3
@@ -18,4 +28,3 @@ jobs:
1828
flutter: true
1929
skipTests: true
2030
dryRunOnly: true
21-
relativePath: image_editor

0 commit comments

Comments
 (0)