Skip to content

Commit

Permalink
chore(script): fix no tty err for bubbletea in gh-actions (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
plastikfan committed Feb 12, 2024
1 parent df3b51f commit 8a57f97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- name: Set terminal environment
run: export TERM=xterm
- uses: actions/setup-go@v5
with:
go-version: 1.21
Expand Down
2 changes: 1 addition & 1 deletion src/app/proxy/pixa_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ var _ = Describe("pixa", Ordered, func() {
// that does not depend on the "Run headless dlv" as that attempts to start dlv
// automatically.
//
XEntry(nil, &samplerTE{
Entry(nil, &samplerTE{
controllerTE: controllerTE{
given: "bubbletea tui, full run transparent adhoc, with ex-glob",
should: "full run with ex-glob filter, result file takes place of input",
Expand Down

0 comments on commit 8a57f97

Please sign in to comment.