Skip to content

Commit

Permalink
Update try_publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 authored Mar 15, 2023
1 parent 63372bd commit faacc54
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/try_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ on:
jobs:
publish:
runs-on: ubuntu-latest
strategy:
matrix:
directory: [
"image_editor",
"image_editor_common",
"image_editor_platform_interface"
]
defaults:
run:
working-directory: ${{ matrix.directory }}
steps:
- name: Checkout repo
uses: actions/checkout@v3
Expand All @@ -18,4 +28,3 @@ jobs:
flutter: true
skipTests: true
dryRunOnly: true
relativePath: image_editor

0 comments on commit faacc54

Please sign in to comment.