From 45dde989c95cd2a284aacb543f9f8515b6bc0403 Mon Sep 17 00:00:00 2001 From: Chris Reynolds Date: Tue, 30 Jul 2024 13:10:16 -0600 Subject: [PATCH] add a comment when we're done checking the linting status --- .github/workflows/playwright.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 379cb338..9b6ed21b 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -60,6 +60,8 @@ jobs: exit 1 fi done + + echo "Linting tests passed. Proceeding with Playwright tests. ✅" echo "status=$status" >> $GITHUB_ENV - name: Linting failed