File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 6565 if : ${{ env.HAS_CHANGED_PACKAGES == 'true' }}
6666 run : |
6767 export PATH=`pwd`/flutter-tizen/bin:$PATH
68+ export FLUTTER_ROOT=`pwd`/flutter-tizen/flutter
6869 dbus-run-session -- bash -c "
6970 echo tizen | gnome-keyring-daemon --unlock &&
7071 ./tools/tools_runner.sh build-examples \
Original file line number Diff line number Diff line change 3030 if : ${{ github.event_name == 'pull_request' }}
3131 run : |
3232 export PATH=`pwd`/flutter-tizen/bin:$PATH
33+ export FLUTTER_ROOT=`pwd`/flutter-tizen/flutter
3334 ./tools/tools_runner.sh integration-test \
3435 --recipe ./.github/recipe.yaml \
3536 --generate-emulators \
3940 if : ${{ github.event_name == 'push' }}
4041 run : |
4142 export PATH=`pwd`/flutter-tizen/bin:$PATH
43+ export FLUTTER_ROOT=`pwd`/flutter-tizen/flutter
4244 ./tools/tools_runner.sh integration-test \
4345 --recipe ./.github/recipe.yaml \
4446 --generate-emulators
You can’t perform that action at this time.
0 commit comments