From db60cd6228f0ba07c3896b1fbb331be359d59480 Mon Sep 17 00:00:00 2001 From: Ryan Lewis Date: Fri, 17 May 2024 17:47:14 -0700 Subject: [PATCH] update name --- .github/workflows/ci-frontend-a11y.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-frontend-a11y.yml b/.github/workflows/ci-frontend-a11y.yml index 7e0dfd9a3..572231ca6 100644 --- a/.github/workflows/ci-frontend-a11y.yml +++ b/.github/workflows/ci-frontend-a11y.yml @@ -43,7 +43,7 @@ jobs: - name: Wait for server to be ready run: | # Ensure the server wait script is executable - chmod +x ./wait-for-server.sh + chmod +x ./wait-for-frontend.sh ./wait-for-frontend.sh shell: bash