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

[CI][Tests] Consolidate se23 tests #10243

Merged
merged 1 commit into from
Aug 28, 2023
Merged

[CI][Tests] Consolidate se23 tests #10243

merged 1 commit into from
Aug 28, 2023

Conversation

sophschneider
Copy link
Contributor

@sophschneider sophschneider commented Aug 25, 2023

WHY are these changes introduced?

Part of #10191

WHAT is this pull request doing?

  • Force test providers to polarisSummerEditions2023: true, this is temporary until we clean up the AppProvider
  • Delete .github/workflows/ci.yml
  • Rename .github/workflows/ci-experimental.yml to .github/workflows/ci.yml
  • Consolidate any tests that use the flag

Tophat

  • Make sure there isn't an experimental CI check anymore and that CI passes

@@ -67,7 +67,7 @@ export function PolarisTestProvider({

const featuresConfig = useMemo(
() => ({
polarisSummerEditions2023: false,
polarisSummerEditions2023: true,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Temp, we should remove this property in #10189!

@@ -27,7 +27,7 @@ export const mountWithApp = createMount<
<PolarisTestProvider
i18n={translations}
features={{
polarisSummerEditions2023: process.env.SE23 === 'on',
polarisSummerEditions2023: true,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Temp, we should remove this property in #10189!

Copy link
Contributor

@laurkim laurkim left a comment

Choose a reason for hiding this comment

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

🚀

@laurkim laurkim merged commit b18e92b into next Aug 28, 2023
14 checks passed
@laurkim laurkim deleted the sophie/test-cleanup branch August 28, 2023 13:03
sophschneider added a commit that referenced this pull request Sep 19, 2023
### WHY are these changes introduced?

Part of #10191

### WHAT is this pull request doing?
- Force test providers to `polarisSummerEditions2023: true`, this is
temporary until we clean up the AppProvider
- Delete `.github/workflows/ci.yml`
- Rename `.github/workflows/ci-experimental.yml` to
`.github/workflows/ci.yml`
- Consolidate any tests that use the flag

### Tophat
- Make sure there isn't an experimental CI check anymore and that CI
passes
AnnaCheba pushed a commit to AnnaCheba/polaris that referenced this pull request Apr 22, 2024
### WHY are these changes introduced?

Part of Shopify#10191

### WHAT is this pull request doing?
- Force test providers to `polarisSummerEditions2023: true`, this is
temporary until we clean up the AppProvider
- Delete `.github/workflows/ci.yml`
- Rename `.github/workflows/ci-experimental.yml` to
`.github/workflows/ci.yml`
- Consolidate any tests that use the flag

### Tophat
- Make sure there isn't an experimental CI check anymore and that CI
passes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants