Skip to content

Commit

Permalink
typo in folder
Browse files Browse the repository at this point in the history
  • Loading branch information
andreram committed Apr 13, 2021
1 parent deb0a35 commit 2b2a294
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
cd $GITHUB_WORKSPACE
dotnet tool install -g Amazon.Lambda.Tools
chmod 700 deployBackend.sh
./deployBackend.sh -c -e test
./deployBackend.sh -c -e test || exit 1
# Install frontend packages
- name: Install packages
run: |
Expand Down Expand Up @@ -78,4 +78,4 @@ jobs:
cd $GITHUB_WORKSPACE
dotnet tool install -g Amazon.Lambda.Tools
chmod 700 deploy.sh
./deploy.sh -e prod
./deploy.sh -e prod || exit 1
2 changes: 1 addition & 1 deletion .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
cd $GITHUB_WORKSPACE
dotnet tool install -g Amazon.Lambda.Tools
chmod 700 deployBackend.sh
./deployBackend.sh -c -e test
./deployBackend.sh -c -e test || exit 1
# Install frontend packages
- name: Install packages
run: |
Expand Down
File renamed without changes.

0 comments on commit 2b2a294

Please sign in to comment.