Browse Source

ci: remove unsupport syntax

nathan 2 years ago
parent
commit
2ccc2d7c98
1 changed files with 0 additions and 5 deletions
  1. 0 5
      .github/workflows/flutter_ci.yaml

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

@@ -101,12 +101,7 @@ 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