We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 457b0c3 commit 4c87e38Copy full SHA for 4c87e38
.github/workflows/test.yml
@@ -73,9 +73,12 @@ jobs:
73
sudo apt remove bpfcc-tools
74
zsh --version
75
76
- - name: Run tests against all shells on alpine
+ - name: Run zsh tests with proper terminal setup
77
run: |
78
- make test_zsh
+ echo 'export PS1="$ "' > ~/.zshrc
79
+ echo 'export TERM=xterm' >> ~/.zshrc
80
+ echo 'stty -echo' >> ~/.zshrc
81
+ sudo make test_zsh
82
shell: bash
83
84
test-alpine:
@@ -124,4 +127,4 @@ jobs:
124
127
uname -a
125
128
compgen -ac | sort | grep '^ex'
126
129
- - run: TEST_TARGET=test_bash RUNS=25 make test_flakiness
130
+ - run: TEST_TARGET=test_bash RUNS=25 make test_flakiness
0 commit comments