diff --git a/.circleci/config.yml b/.circleci/config.yml index 85e90306..7affae7e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,6 +5,9 @@ jobs: - image: vhanda/flutter-android:latest steps: - checkout + - run: + name: Setup Flutter Env + command: dart ./scripts/setup_env.sh - run: name: Test command: flutter test -j 1 @@ -20,9 +23,6 @@ jobs: - run: name: Create Android Key file command: echo "$ANDROID_KEY_FILE" | base64 -di > android/key.properties - - run: - name: Setup Flutter Env - command: dart ./scripts/setup_env.sh - run: name: Build command: ./scripts/build.sh