Skip to content

Commit 9865b81

Browse files
authored
ci(e2e-test): use fusionauth homebrew repository (#43)
1 parent de49b36 commit 9865b81

3 files changed

+3
-3
lines changed

.github/workflows/e2e-test-fusionauth-latest-ios-latest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119

120120
# Tap FusionAuth Homebrew formulae.
121121
- name: Tap FusionAuth Homebrew formulae
122-
run: brew tap sonderformat-llc/fusionauth
122+
run: brew tap fusionauth/fusionauth
123123

124124
# Install FusionAuth App with brew.
125125
- name: Install FusionAuth App

.github/workflows/e2e-test-fusionauth-latest-ios-matrix.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148

149149
# Tap FusionAuth Homebrew formulae.
150150
- name: Tap FusionAuth Homebrew formulae
151-
run: brew tap sonderformat-llc/fusionauth
151+
run: brew tap fusionauth/fusionauth
152152

153153
# Install FusionAuth App with brew.
154154
- name: Install FusionAuth App

.github/workflows/e2e-test-fusionauth-matrix-ios-latest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115

116116
# Tap FusionAuth Homebrew formulae.
117117
- name: Tap FusionAuth Homebrew formulae
118-
run: brew tap sonderformat-llc/fusionauth
118+
run: brew tap fusionauth/fusionauth
119119

120120
# Install FusionAuth App with brew.
121121
- name: Install FusionAuth App

0 commit comments

Comments
 (0)