Skip to content

Commit

Permalink
Update build script command to include -y flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonacox committed Jan 20, 2025
1 parent 5e45a67 commit 7108bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

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

# Build test iOS App - Clean
- name: Prep Test iOS App
Expand Down

0 comments on commit 7108bdd

Please sign in to comment.