Skip to content

fix

fix #4

Workflow file for this run

# SPDX-License-Identifier: BSD-3-Clause
# Copyright 2024, Intel Corporation
#
name: DAOS
on:
push:
jobs:
daos_tests:
name: DAOS
strategy:
matrix:
ref: [master, release/2.6]
uses: pmem/pmdk/.github/workflows/daos_tests.yml@DAOS-tests
with:
DAOS_REF: ${{ matrix.ref }}