diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index b8744920..0011cbe8 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -107,7 +107,7 @@ jobs: CI: true StrongNameKey: ${{ secrets.SIGNING_KEY }} StrongNameKeyPath: ${{ steps.signing-key.outputs.file-path }} - - name: 🧪 test ${{ matrix.package_module }} + - name: 🧪 test uses: ./.github/actions/test-module with: module-name: ${{ matrix.package_module }}