generated from snivilised/arcadia
-
Notifications
You must be signed in to change notification settings - Fork 0
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
enable bubbletea unit tests to run in github actions #169
Labels
chore
Non source related, infrasture change
Comments
As suggested by perplexity, I tried this in tthe workflow: - name: Set terminal environment
run: export TERM=xterm ... and in context: golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Set terminal environment
run: export TERM=xterm |
but actually, I might have made the change to the wrong job. Should be in test job, not golangci This still fails even wehn moved to the test job. Looking at bubbletea workflows, there is no mention of xterm. Interesting article about the $TERM environment variable: |
plastikfan
added a commit
that referenced
this issue
Feb 12, 2024
plastikfan
added a commit
that referenced
this issue
Feb 12, 2024
plastikfan
added a commit
that referenced
this issue
Feb 12, 2024
plastikfan
added a commit
that referenced
this issue
Feb 12, 2024
plastikfan
added a commit
that referenced
this issue
Feb 12, 2024
plastikfan
added a commit
that referenced
this issue
Feb 12, 2024
The solution to this porblem has still not been found |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To avoid the "could not open a new TTY" error when a tests runs in ci, the github actions config needs a change.
Issue might be related to gh-actions 241
The text was updated successfully, but these errors were encountered: