diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 52c2e14..572577d 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -1,6 +1,6 @@ # e2e test for Login with google plugin. -name: CI for WP Google Embeds plugin +name: End-to-End Tests # Controls when the workflow will run on: @@ -16,7 +16,7 @@ on: jobs: Run-wpe2e-TestCase: # The type of runner that the job will run on - name: Run google embeds plugin test Cases + name: Playwright Tests runs-on: ubuntu-latest env: TESRESULT_TOKEN: ${{ secrets.TESRESULT_TOKEN }}