File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ jobs:
130
130
path : appflowy_flutter.tar.gz
131
131
132
132
unit_test :
133
- needs : [prepare]
133
+ # needs: [prepare]
134
134
if : github.event.pull_request.draft != true
135
135
strategy :
136
136
fail-fast : false
@@ -181,17 +181,12 @@ jobs:
181
181
fi
182
182
shell : bash
183
183
184
- - uses : actions/download-artifact@v3
185
- with :
186
- name : ${{ github.run_id }}-${{ matrix.os }}
187
-
188
- - name : Uncompress appflowy_flutter
189
- run : tar -xf appflowy_flutter.tar.gz
190
-
191
184
- name : Run Flutter unit tests
192
185
working-directory : frontend
193
186
run : |
194
187
if [ "$RUNNER_OS" == "macOS" ]; then
188
+ flutter config --enable-macos-desktop
189
+ cargo make --profile ${{ matrix.flutter_profile }} appflowy-dev
195
190
cargo make dart_unit_test
196
191
else
197
192
cargo make dart_unit_test_no_build
You can’t perform that action at this time.
0 commit comments