Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: set cypress ci server version to stable31 #6705

Merged
merged 1 commit into from
Jan 29, 2025

Conversation

grnd-alt
Copy link
Member

No description provided.

@@ -47,7 +47,7 @@ jobs:

- name: Register text Git reference
run: |
text_app_ref="$(if [ "${{ matrix.server-versions }}" = "master" ]; then echo -n "main"; else echo -n "${{ matrix.server-versions }}"; fi)"
text_app_ref="$(if [ "${{ matrix.server-versions }}" = "stable31" ]; then echo -n "main"; else echo -n "${{ matrix.server-versions }}"; fi)"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should keep this part, stable31 is used then already (see the else branch)

Signed-off-by: grnd-alt <git@belakkaf.net>
@grnd-alt grnd-alt force-pushed the cypress-for-stable31 branch from 3dff88b to eda6bca Compare January 29, 2025 12:10
@juliusknorr juliusknorr merged commit 58de289 into stable31 Jan 29, 2025
34 checks passed
@juliusknorr juliusknorr deleted the cypress-for-stable31 branch January 29, 2025 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants