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 c692444 commit 1887315Copy full SHA for 1887315
.github/workflows/libtmux-ci.yml
@@ -30,7 +30,7 @@ jobs:
30
git checkout ${{ matrix.tmux-version }}
31
sh autogen.sh
32
./configure --prefix=$HOME/tmux-builds/tmux-${{ matrix.tmux-version }} && make && make install
33
- export PATH=$PATH:$HOME/tmux-builds/tmux-${{ matrix.tmux-version }}/bin
+ export PATH=$HOME/tmux-builds/tmux-${{ matrix.tmux-version }}/bin:$PATH
34
cd ~
35
tmux -V
36
- name: Configure git
@@ -50,6 +50,8 @@ jobs:
50
pipenv run flake8
51
- name: Test with pytest
52
run: |
53
54
+ ls $HOME/tmux-builds/tmux-${{ matrix.tmux-version }}/bin
55
56
pipenv run py.test --cov=./ --cov-report=xml
57
- uses: codecov/codecov-action@v1
0 commit comments