diff --git a/.github/workflows/test-modulix-content.yaml b/.github/workflows/test-modulix-content.yaml index 6e9890d33f2..7c5d60742ec 100644 --- a/.github/workflows/test-modulix-content.yaml +++ b/.github/workflows/test-modulix-content.yaml @@ -30,10 +30,9 @@ jobs: - id: tests name: Run Modulix Tests run: | - set -o pipefail npm run modulix:test 2>&1 | tee test_output.log EXIT_CODE=$? - echo "TEST_ERRORS=<> $GITHUB_ENV + echo "TEST_ERRORS<> $GITHUB_ENV cat test_output.log >> $GITHUB_ENV echo "EOF" >> $GITHUB_ENV exit $EXIT_CODE @@ -46,7 +45,6 @@ jobs: - name: Comment PR with Test Modulix Error details - if: ${{ failure() }} uses: actions/github-script@v6 with: github-token: ${{ secrets.GITHUB_TOKEN }}