-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(workflow): rollback fusionauth installation with brew
- Loading branch information
1 parent
82a9bd7
commit e92e7ca
Showing
1 changed file
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |