X Tutup
The Wayback Machine - https://web.archive.org/web/20201212231252/https://github.com/microsoft/TypeScript/pull/41826
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 accept-baselines-fix-lints.yaml #41826

Merged
merged 1 commit into from Dec 5, 2020
Merged

Fix accept-baselines-fix-lints.yaml #41826

merged 1 commit into from Dec 5, 2020

Conversation

@andrewbranch
Copy link
Member

@andrewbranch andrewbranch commented Dec 5, 2020

Otherwise it bails on the test failures

@@ -20,7 +20,7 @@ jobs:
git config user.email "typescriptbot@microsoft.com"
git config user.name "TypeScript Bot"
npm install
gulp runtests-parallel --ci --fix
gulp runtests-parallel --ci --fix || true

This comment has been minimized.

@DanielRosenwasser

DanielRosenwasser Dec 5, 2020
Member

bash is so dumb, I hate computers

This comment has been minimized.

@andrewbranch

andrewbranch Dec 5, 2020
Author Member

Agreed on all accounts

@andrewbranch andrewbranch merged commit 9ae375f into master Dec 5, 2020
9 of 10 checks passed
9 of 10 checks passed
build (10.x)
Details
CodeQL-Build
Details
CodeQL-Build
Details
build (12.x)
Details
build (14.x)
Details
continuous-integration/travis-ci/pr The Travis CI build is in progress
Details
license/cla All CLA requirements met.
node10 Build #90463 succeeded
Details
node12 Build #90461 succeeded
Details
node14 Build #90462 succeeded
Details
@andrewbranch andrewbranch deleted the fix-accept-baselines-1 branch Dec 5, 2020
scalder27 added a commit to scalder27/TypeScript that referenced this pull request Dec 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants
You can’t perform that action at this time.
X Tutup