loopbackio / loopbackio/loopback-next
CI builds for Windows via GitHub Actions
@achrinza arbeitet bereits daran.
Seit 07.1.2021.
- Vorherrschende Sprache
- TypeScript
- Sterne
- 5.1k
- Forks
- 1.1k
- Ø Merge
- 2 T. 21 Std.
- Gemergte PRs (30 T.)
- 27
Beschreibung
This is a follow-up for https://github.com/strongloop/loopback-next/pull/5110, where we configured CI builds to run on GitHub Actions, but did not manage to pass all tests on Windows.
My current understanding is that GitHub Actions is running CI scripts with non-TTY (and possibly empty) stdin stream, thus triggering TTY-related issues as described in https://github.com/strongloop/loopback-next/issues/4425#issuecomment-578059551 and follow-up comments. The discussion further continues in #4607, which is the issue tracking this specific problem.
In #5110, @achrinza added https://github.com/Yuri6037/Action-FakeTTY to our workflow to enable a fake TTY. This fixed the problem on MacOS, but not for Windows :(
We need to further investigate this problem and either find a way how to setup TTY or fix #4607.
Beitragsleitfaden
Erste Schritte
- Lies das ganze Issue und danach den Beitragsleitfaden des Projekts.
- Schreib ins Issue, dass du es übernimmst — das erspart doppelte Arbeit.
- Forke das Repository und arbeite in einem Branch.
- Öffne einen Pull Request, der die Issue-Nummer nennt.
Bewertung
Dieses Issue wurde noch nicht bewertet.