Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
permissions and wait shell script name change
Browse files Browse the repository at this point in the history
  • Loading branch information
rylew1 committed May 18, 2024
1 parent d3f928a commit 5a6e397
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-frontend-a11y.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: |
# Ensure the server wait script is executable
chmod +x ./wait-for-server.sh
./wait-for-server.sh
./wait-for-frontend.sh
shell: bash

- name: Run pa11y-ci
Expand Down
2 changes: 1 addition & 1 deletion frontend/bin/wait-for-server.sh → frontend/bin/wait-for-frontend.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# wait-for-server.sh
# wait-for-frontend.sh

#!/bin/bash
set -e
Expand Down

0 comments on commit 5a6e397

Please sign in to comment.