From 522b72d2ee867d9d32e9deca413f25a93dd4281d Mon Sep 17 00:00:00 2001 From: Luke McCrone Date: Thu, 20 Aug 2026 16:44:11 -0300 Subject: [PATCH] test: add versity log file --- .github/workflows/system.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/system.yml b/.github/workflows/system.yml index 379bf283..63bd797a 100644 --- a/.github/workflows/system.yml +++ b/.github/workflows/system.yml @@ -76,6 +76,7 @@ jobs: AWS_REGION: ${{ matrix.AWS_REGION }} COVERAGE_LOG: /home/tester/test-files/coverage.log TEMPLATE_MATRIX_FILE: ${{ github.workspace }}/tests/templates/matrix.yaml + VERSITY_LOG_FILE: /home/tester/test-files/versity.log run: | cat > /home/tester/test-files/.env <