loopbackio / loopbackio/loopback-next
CI builds for Windows via GitHub Actions
@achrinza ci sta già lavorando.
Dal 7/1/2021.
- Lingua principale
- TypeScript
- Stelle
- 5.1k
- Fork
- 1.1k
- Merge medio
- 2g 21h
- PR unite (30g)
- 27
Descrizione
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.
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Valutazione
Questa issue non è ancora stata valutata.