mirror of https://github.com/ceph/go-ceph
ci: add multi-container test to workflows
Signed-off-by: Sven Anderson <sven@redhat.com>
This commit is contained in:
parent
9bd143e06e
commit
b72758be55
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue