Update .github/workflows/gha-testing.yml
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 4s
Testing / test (1.24.x, ubuntu-latest) (push) Successful in 1m3s

This commit is contained in:
Alex Savin
2025-04-28 19:53:28 -04:00
parent 31530c2f3b
commit 60e1a2c7f4

View File

@ -40,4 +40,5 @@ jobs:
run: echo "$STRATEGY_CONTEXT"
- name: Dump matrix context
env:
MATRIX_CONTEXT: ${{ toJson(
MATRIX_CONTEXT: ${{ toJson(matrix) }}
run: echo "$MATRIX_CONTEXT"