Skip to content

Commit 7108bdd

Browse files
committed
Update build script command to include -y flag
1 parent 5e45a67 commit 7108bdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
# Runs a single command using the runners shell
3131
- name: Run build script
32-
run: bash build.sh
32+
run: bash build.sh -y
3333

3434
# Build test iOS App - Clean
3535
- name: Prep Test iOS App

0 commit comments

Comments
 (0)