Ver código fonte

ci: remove unsupport syntax

nathan 2 anos atrás
pai
commit
52c09c863c
1 arquivos alterados com 5 adições e 2 exclusões
  1. 5 2
      .github/workflows/flutter_ci.yaml

+ 5 - 2
.github/workflows/flutter_ci.yaml

@@ -101,14 +101,17 @@ jobs:
         working-directory: frontend/app_flowy
         run: flutter analyze
 
+<<<<<<< Updated upstream
       - if: "$RUNNER_OS" == "Linux"
         name: Build Flutter unit test lib
+=======
+      - name: Build Flutter unit test lib
+>>>>>>> Stashed changes
         working-directory: frontend
         run: |
           cargo make build-test-lib
 
-      - if: "$RUNNER_OS" == "Linux"
-        name: Run Flutter unit tests
+      - name: Run Flutter unit tests
         working-directory: frontend/app_flowy
         run: |
           flutter pub get