Skip to content

Commit bd4bf06

Browse files
committed
fix(e2e-test): use main for fusionauth-docker-image-version
- due to the solution for homebrew FusionAuth/homebrew-fusionauth#16 not being retrofitted to previous release tags we start with main and then add tags with each new release or once retrofitted
1 parent 9732d7a commit bd4bf06

3 files changed

+6
-6
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,11 @@ jobs:
119119

120120
# Tap FusionAuth Homebrew formulae.
121121
- name: Tap FusionAuth Homebrew formulae
122-
run: brew tap fusionauth/fusionauth@${{ env.fusionauth-docker-image-version }}
122+
run: brew tap fusionauth/fusionauth
123123

124124
# Install FusionAuth App with brew.
125125
- name: Install FusionAuth App
126-
run: brew install fusionauth-app@${{ env.fusionauth-docker-image-version }} -v
126+
run: brew install fusionauth-app -v
127127

128128
# Configure FusionAuth App with silent mode.
129129
- name: Configure FusionAuth App

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,11 @@ jobs:
148148

149149
# Tap FusionAuth Homebrew formulae.
150150
- name: Tap FusionAuth Homebrew formulae
151-
run: brew tap fusionauth/fusionauth@${{ env.fusionauth-docker-image-version }}
151+
run: brew tap fusionauth/fusionauth
152152

153153
# Install FusionAuth App with brew.
154154
- name: Install FusionAuth App
155-
run: brew install fusionauth-app@${{ env.fusionauth-docker-image-version }} -v
155+
run: brew install fusionauth-app -v
156156

157157
# Configure FusionAuth App with silent mode.
158158
- name: Configure FusionAuth App

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,11 @@ jobs:
115115

116116
# Tap FusionAuth Homebrew formulae.
117117
- name: Tap FusionAuth Homebrew formulae
118-
run: brew tap fusionauth/fusionauth@${{ matrix.fusionauth-docker-image-version }}
118+
run: brew tap fusionauth/fusionauth
119119

120120
# Install FusionAuth App with brew.
121121
- name: Install FusionAuth App
122-
run: brew install fusionauth-app@${{ matrix.fusionauth-docker-image-version }} -v
122+
run: brew install fusionauth-app -v
123123

124124
# Configure FusionAuth App with silent mode.
125125
- name: Configure FusionAuth App

0 commit comments

Comments
 (0)