Skip to content

Commit 48f204e

Browse files
authored
Support valgrind test in Github Actions (#3937)
1 parent 8d2de90 commit 48f204e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,5 @@ jobs:
3535
sudo ${{runner.workspace}}/swoole-src/travis/simple-compile-on-github.sh
3636
- name: Run Swoole test
3737
run: |
38+
export TRAVIS_BRANCH=${GITHUB_REF##*/}
3839
${{runner.workspace}}/swoole-src/travis/route.sh

0 commit comments

Comments
 (0)