ci: test_pacakge workflow and job renamed

This commit is contained in:
Mateusz Pusz
2020-12-17 23:48:15 +01:00
parent cd5ff553cd
commit 9fbe7003fc

View File

@@ -20,7 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE. # SOFTWARE.
name: mp-units CMake Test Package CI name: CMake Test Package CI
on: on:
push: push:
@@ -46,7 +46,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
build_type: [ "Release", "Debug" ] build_type: [ "Release", "Debug" ]
name: mp-units installation (${{ matrix.build_type }}) name: CMake test_package (${{ matrix.build_type }})
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Cache Conan data - name: Cache Conan data