magma / domain-proxy

A Domain proxy for Magma
BSD 3-Clause "New" or "Revised" License
1 stars 6 forks source link

Create composite Github actions for running integration tests #480

Closed sklgromek closed 2 years ago

sklgromek commented 2 years ago

Instead of using matrix-strategy in GH actions CI, we should use composite actions, to avoid code duplication. We have to change it because of strange behaviour of GH actions when only one item from matrix is marked as required. It was reported here: https://github.com/magma/magma/issues/12855#issuecomment-1177547133