Skip to content

Commit

Permalink
ci(workflow): rollback fusionauth installation with brew
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron-Ritter committed Oct 30, 2024
1 parent 82a9bd7 commit e92e7ca
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/e2e-test-fusionauth-latest-ios-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,20 +121,21 @@ 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
uses: actions/[email protected]

# 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

0 comments on commit e92e7ca

Please sign in to comment.