summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorIlya Shipitsin <chipitsine@gmail.com>2022-01-07 20:09:35 +0500
committerWilly Tarreau <w@1wt.eu>2022-01-11 15:00:55 +0100
commit65eab587a2ce58f2c8b92d03568a33ee7dc45528 (patch)
tree82a00ba4fe89412ca98eb2e1da1c69314d3a9b11 /.github
parentb64ef3e3f8a3ca0d8204d9d2e19061cab3abf278 (diff)
downloadhaproxy-65eab587a2ce58f2c8b92d03568a33ee7dc45528.tar.gz
CI: github actions: clean default step conditions
step condition "if: ${{ !failure() }}" was added in 2ef4c7c84363f5a9b80a2093df1370514319db28 during my experiments. As Tim Düsterhus mentioned, that condition is default and may be omitted.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/vtest.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/vtest.yml b/.github/workflows/vtest.yml
index 121c37d4e..421384b46 100644
--- a/.github/workflows/vtest.yml
+++ b/.github/workflows/vtest.yml
@@ -87,7 +87,6 @@ jobs:
ADDLIB="-Wl,-rpath,/usr/local/lib/ -Wl,-rpath,$HOME/opt/lib/"
sudo make install
- name: Show HAProxy version
- if: ${{ !failure() }}
id: show-version
run: |
echo "::group::Show dynamic libraries."
@@ -102,11 +101,9 @@ jobs:
haproxy -vv
echo "::set-output name=version::$(haproxy -v |awk 'NR==1{print $3}')"
- name: Install problem matcher for VTest
- if: ${{ !failure() }}
# This allows one to more easily see which tests fail.
run: echo "::add-matcher::.github/vtest.json"
- name: Run VTest for HAProxy ${{ steps.show-version.outputs.version }}
- if: ${{ !failure() }}
id: vtest
run: |
# This is required for macOS which does not actually allow to increase