From e92e7ca94c289df1efda5ad36d791d4ec676c545 Mon Sep 17 00:00:00 2001 From: Aaron-Ritter Date: Wed, 30 Oct 2024 12:42:36 +0100 Subject: [PATCH] ci(workflow): rollback fusionauth installation with brew - https://github.com/FusionAuth/homebrew-fusionauth/issues/9 --- .../e2e-test-fusionauth-latest-ios-matrix.yml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/.github/workflows/e2e-test-fusionauth-latest-ios-matrix.yml b/.github/workflows/e2e-test-fusionauth-latest-ios-matrix.yml index fdcd7dd..553d2d1 100644 --- a/.github/workflows/e2e-test-fusionauth-latest-ios-matrix.yml +++ b/.github/workflows/e2e-test-fusionauth-latest-ios-matrix.yml @@ -121,15 +121,16 @@ jobs: # FUSIONAUTH_VERSION: ${{ env.fusionauth-docker-image-version }} # FUSIONAUTH_APP_KICKSTART_DIRECTORY_PATH: Samples/Quickstart/fusionauth/${{ env.fusionauth-docker-image-version }}/kickstart + # FusionAuth deployment fails https://github.com/FusionAuth/homebrew-fusionauth/issues/9 # Install FusionAuth with brew. - - name: Install FusionAuth - env: - FUSIONAUTH_APP_KICKSTART_FILE: "Samples/Quickstart/fusionauth/${{ env.fusionauth-docker-image-version }}/kickstart/kickstart.json" - run: | - brew tap fusionauth/homebrew-fusionauth - brew install fusionauth-app fusionauth-search - brew services start fusionauth-search - brew services start fusionauth-app + #- name: Install FusionAuth + # env: + # FUSIONAUTH_APP_KICKSTART_FILE: "Samples/Quickstart/fusionauth/${{ env.fusionauth-docker-image-version }}/kickstart/kickstart.json" + # run: | + # brew tap fusionauth/homebrew-fusionauth + # brew install fusionauth-app fusionauth-search + # brew services start fusionauth-search + # brew services start fusionauth-app # Checkout the repository. - name: Checkout repository @@ -137,4 +138,4 @@ jobs: # Perform the tests from the fusionauth-quickstart-swift-ios-native Sample. - name: Perform end to end tests - run: set -o pipefail && xcodebuild test -workspace FusionAuthSDK.xcworkspace/ -scheme fusionauth-quickstart-swift-ios-native -destination "${{matrix.destination}}" -skipPackagePluginValidation + run: set -o pipefail && xcodebuild -workspace FusionAuthSDK.xcworkspace/ -scheme fusionauth-quickstart-swift-ios-native -destination "${{matrix.destination}}" -skipPackagePluginValidation