diff --git a/.github/workflows/unit_testing.yml b/.github/workflows/unit_testing.yml index 7dd7d6f32a..47cf2e3bd4 100644 --- a/.github/workflows/unit_testing.yml +++ b/.github/workflows/unit_testing.yml @@ -84,28 +84,28 @@ jobs: GITHUB_USER: ${{ github.actor }} GITHUB_PERSONAL_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }} - ios-unit-testing: - needs: files-changed - if: ${{ inputs.force_ios || needs.files-changed.outputs.ios == 'true' }} - name: Run iOS unit tests - runs-on: macos-13 - timeout-minutes: 60 + # ios-unit-testing: + # needs: files-changed + # if: ${{ inputs.force_ios || needs.files-changed.outputs.ios == 'true' }} + # name: Run iOS unit tests + # runs-on: macos-13 + # timeout-minutes: 60 - steps: - - name: Checkout - uses: actions/checkout@v4.1.0 + # steps: + # - name: Checkout + # uses: actions/checkout@v4.1.0 - - name: Setup CI - id: setup - uses: ./.github/actions/setup-ios - with: - git-crypt-key: ${{ secrets.GIT_CRYPT_KEY }} + # - name: Setup CI + # id: setup + # uses: ./.github/actions/setup-ios + # with: + # git-crypt-key: ${{ secrets.GIT_CRYPT_KEY }} - - name: Run unit tests - working-directory: './iosHyperskillApp' - run: bundle exec fastlane run_unit_tests install_pods:false - env: - FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT: 60 - IS_GIT_CRYPT_UNLOCKED: ${{ steps.setup.outputs.is-git-crypt-unlocked }} - GITHUB_USER: ${{ github.actor }} - GITHUB_PERSONAL_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + # - name: Run unit tests + # working-directory: './iosHyperskillApp' + # run: bundle exec fastlane run_unit_tests install_pods:false + # env: + # FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT: 60 + # IS_GIT_CRYPT_UNLOCKED: ${{ steps.setup.outputs.is-git-crypt-unlocked }} + # GITHUB_USER: ${{ github.actor }} + # GITHUB_PERSONAL_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file