-
-
Notifications
You must be signed in to change notification settings - Fork 79
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
🛠 Tooling: Migration end-to-end tests are failing on main #796
Labels
area: tooling
Managing the repository's maintenance
status: accepting prs
Please, send a pull request to resolve this!
type: bug
Something isn't working :(
Comments
3 tasks
Ah, you can see the failures by downloading the full build logs. I'll make a note in the docs. |
This was referenced Sep 18, 2023
JoshuaKGoldberg
added a commit
that referenced
this issue
Sep 18, 2023
## PR Checklist - [x] Addresses an existing open issue: fixes #796 - [x] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/create-typescript-app/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/create-typescript-app/blob/main/.github/CONTRIBUTING.md) were taken ## Overview Turns out it was failing over diffs like: ```plaintext diff --git a/.github/workflows/tsc.yml b/.github/workflows/tsc.yml index 3b20f24..0e11a07 100644 --- a/.github/workflows/tsc.yml +++ b/.github/workflows/tsc.yml @@ -2,7 +2,7 @@ jobs: type_check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v3 - uses: ./.github/actions/prepare - run: pnpm tsc ``` You can see them by downloading the raw logs artifacts from the failing builds.
🎉 This is included in version v1.29.39 🎉 The release is available on: Cheers! 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: tooling
Managing the repository's maintenance
status: accepting prs
Please, send a pull request to resolve this!
type: bug
Something isn't working :(
Bug Report Checklist
main
branch of the repository.Overview
I pushed things directly to the
main
branch and this is my punishment.https://github.com/JoshuaKGoldberg/create-typescript-app/actions/runs/6085593506/job/16510050783:
...what's the failure?!
Additional Info
No response
The text was updated successfully, but these errors were encountered: