Skip to content

Commit

Permalink
Fixed typo in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hpatel292-seneca committed Jul 30, 2024
1 parent 8d69fdd commit 707c11c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
run: npm install
- name: Build Containers
run: docker compose up -d
# Added this for making script executable.
# Added this for making script executable .
- name: Make local-aws-setup.sh executable
run: chmod +x ./scripts/local-aws-setup.sh
- name: Setup Local AWS Resources
Expand Down

0 comments on commit 707c11c

Please sign in to comment.