Skip to content

Commit ecb8071

Browse files
updated the name of shell script
1 parent 091109f commit ecb8071

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ jobs:
3939
- name: List files in current directory
4040
run: ls -al
4141
- name: Make script executable
42-
run: chmod +x ./waitForBuildTOEnd.sh
42+
run: chmod +x ./waitForBuildT0End.sh
4343

4444
- name: Execute the script file
45-
run: ./waitForBuildTOEnd.sh
45+
run: ./waitForBuildT0End.sh
4646
env:
4747
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}

0 commit comments

Comments
 (0)