Skip to content

Commit

Permalink
Ensure local-aws-setup.sh is executable
Browse files Browse the repository at this point in the history
  • Loading branch information
brokoli777 committed Aug 4, 2024
1 parent e01837c commit b0df05e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ jobs:
run: npm install
- name: Build Containers
run: docker compose up -d
- name: Ensure local-aws-setup.sh is executable
run: chmod +x ./scripts/local-aws-setup.sh
- name: Setup Local AWS Resources
# NOTE: this file needs to be made executable *before* you check into git:
# $ chmod +x ./scripts/local-aws-setup.sh
Expand Down

0 comments on commit b0df05e

Please sign in to comment.