From 784088b2ef15bf58f5f856725cef7a736309c21c Mon Sep 17 00:00:00 2001 From: "Alejandro E. Rendon" Date: Mon, 17 Jun 2024 10:23:29 -0500 Subject: [PATCH] Add test for contact form render --- .github/workflows/automation.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/automation.yml b/.github/workflows/automation.yml index 16facd9..7f907a1 100644 --- a/.github/workflows/automation.yml +++ b/.github/workflows/automation.yml @@ -39,8 +39,8 @@ jobs: ./run_tests.sh -S ${{ env.INPUT_SRC }} -B ${{ matrix.browser }} -C ${{ matrix.client }} env: INPUT_SRC: automation - - name: Upload test results - uses: actions/upload-artifact@v4 - with: - name: github-pages - path: automation/results/ + # - name: Upload test results + # uses: actions/upload-artifact@v4 + # with: + # name: github-pages + # path: automation/results/