From 8cd5f1a7f80508fecaaf94e732d714cddd9d2484 Mon Sep 17 00:00:00 2001 From: Gianfranco Paoloni Date: Thu, 1 Sep 2022 17:09:29 -0300 Subject: [PATCH] Removed wrong id for job --- .github/workflows/plugin-hrm-form-pre-release-qa.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/plugin-hrm-form-pre-release-qa.yml b/.github/workflows/plugin-hrm-form-pre-release-qa.yml index bd2857d197..1490e1f304 100644 --- a/.github/workflows/plugin-hrm-form-pre-release-qa.yml +++ b/.github/workflows/plugin-hrm-form-pre-release-qa.yml @@ -52,7 +52,6 @@ jobs: - name: Run Playwright tests run: DEBUG=pw:api PLAYWRIGHT_BASEURL=${{secrets.PLAYWRIGHT_BASEURL_E2E}} PLAYWRIGHT_USER_USERNAME=${{secrets.PLAYWRIGHT_USER_USERNAME}} PLAYWRIGHT_USER_PASSWORD=${{secrets.PLAYWRIGHT_USER_PASSWORD}} TWILIO_ACCOUNT_SID=${{secrets.E2E_DEV_ACCOUNT_SID}} TWILIO_AUTH_TOKEN=${{secrets.E2E_DEV_AUTH_TOKEN}} npx playwright test working-directory: ./e2e-tests - id: latest_matching_tag # Upload artifacts - uses: actions/upload-artifact@v2