From 99c2a5df4ebe9de2ebaaee31fb612e341e194e0e Mon Sep 17 00:00:00 2001 From: Karan Gathani Date: Thu, 14 Nov 2024 09:37:38 -0800 Subject: [PATCH] update name of step --- .github/workflows/nightly-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly-tests.yml b/.github/workflows/nightly-tests.yml index 74ce7d3..7eafb64 100644 --- a/.github/workflows/nightly-tests.yml +++ b/.github/workflows/nightly-tests.yml @@ -33,6 +33,6 @@ jobs: pip install -r tests/requirements.txt playwright install chromium --with-deps - - name: Process issue description - id: process-description + - name: Run playwright test + id: playwright-test run: python tests/run_smoke_test.py