|
@@ -102,13 +102,13 @@ jobs:
|
|
|
run: flutter analyze
|
|
|
|
|
|
#Just run one platform
|
|
|
- - if: $RUNNER_OS" == "Linux"
|
|
|
+ - if: "$RUNNER_OS" == "Linux"
|
|
|
name: Build Flutter unit test lib
|
|
|
working-directory: frontend
|
|
|
run: |
|
|
|
cargo make build-test-lib
|
|
|
|
|
|
- - if: $RUNNER_OS" == "Linux"
|
|
|
+ - if: "$RUNNER_OS" == "Linux"
|
|
|
name: Run Flutter unit tests
|
|
|
working-directory: frontend/app_flowy
|
|
|
run: |
|