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

chore(CI): test webpack in tutorial e2e #8602

Merged
merged 2 commits into from
Jun 13, 2023
Merged

Conversation

jtoar
Copy link
Contributor

@jtoar jtoar commented Jun 13, 2023

This PR adds a matrix to the tutorial e2e test in CI so that we run both vite and webpack. Now I'll direct my attention to the smoke tests.

@jtoar jtoar added the release:chore This PR is a chore (means nothing for users) label Jun 13, 2023
runs-on: ${{ matrix.os }}
bundler: [vite, webpack]

name: 🌲 Tutorial E2E / ${{ matrix.bundler }} / node 18 latest
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I've included the bundler in the check's name so I'll have to change the branch protection rules to accommodate

@jtoar jtoar changed the title chore(CI): add webpack to e2e chore(CI): test webpack in tutorial e2e Jun 13, 2023
@jtoar jtoar requested a review from thedavidprice June 13, 2023 20:38
Copy link
Contributor

@thedavidprice thedavidprice left a comment

Choose a reason for hiding this comment

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

🚀

@jtoar jtoar merged commit fd8fbca into main Jun 13, 2023
9 checks passed
@jtoar jtoar deleted the ds-ci/add-webpack-tutorial-e2e branch June 13, 2023 22:23
@redwoodjs-bot redwoodjs-bot bot added this to the next-release milestone Jun 13, 2023
@jtoar jtoar modified the milestones: next-release, v6.0.0 Jun 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:chore This PR is a chore (means nothing for users)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants