We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7274337 commit 24ae38cCopy full SHA for 24ae38c
2 files changed
.github/vtest.json
@@ -0,0 +1,14 @@
1
+{
2
+ "problemMatcher": [
3
+ {
4
+ "owner": "vtest",
5
+ "pattern": [
6
7
+ "regexp": "^#(\\s+top\\s+TEST\\s+(.*)\\s+FAILED.*)",
8
+ "file": 2,
9
+ "message": 1
10
+ }
11
+ ]
12
13
14
+}
.github/workflows/test.yml
@@ -63,5 +63,7 @@ jobs:
63
sudo install -m755 -d /usr/local/share/lua/5.3/
64
sudo install -m644 haproxy-lua-http/http.lua /usr/local/share/lua/5.3/haproxy-lua-http.lua
65
sed -i 's/lua-prepend-path/#lua-prepend-path/g' test/*.vtc
66
+ - name: Install problem matcher for VTest.
67
+ run: echo "::add-matcher::.github/vtest.json"
68
- name: Run tests using HAProxy ${{ steps.install-haproxy.outputs.version }}.
69
run: vtest -Dhaproxy_version=${{ steps.install-haproxy.outputs.version }} -k -t 10 test/*.vtc
0 commit comments