From b72758be55faa4e32f3506546c7ee691d900f546 Mon Sep 17 00:00:00 2001 From: Sven Anderson Date: Wed, 3 Mar 2021 22:23:38 +0100 Subject: [PATCH] ci: add multi-container test to workflows Signed-off-by: Sven Anderson --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 890cf2c..1dc1a6a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,6 +42,8 @@ jobs: run: make test-container "CEPH_VERSION=${{ matrix.ceph_version }}" "RESULTS_DIR=$PWD/_results" - name: Run ptrguard test container run: make test-container "USE_PTRGUARD=true" "CEPH_VERSION=${{ matrix.ceph_version }}" "RESULTS_DIR=$PWD/_results" + - name: Run multi-container test + run: make test-multi-container "USE_PTRGUARD=true" "CEPH_VERSION=${{ matrix.ceph_version }}" "RESULTS_DIR=$PWD/_results" - name: Archive coverage results uses: actions/upload-artifact@v2 with: