Skip to content

Commit

Permalink
Update develop.yml - sync test
Browse files Browse the repository at this point in the history
  • Loading branch information
cami-espinozaq authored Oct 26, 2023
1 parent 2e217db commit 173350e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ jobs:
aws-region: ${{ env.AWS_REGION }}
- name: test
run: |
touch camila_test
aws s3 cp camila_test s3://hackingstudio-code4maus-app-staging/camila_test
mkdir c_folder
touch c_folder/camila_test
aws s3 sync c_folder s3://hackingstudio-code4maus-app-staging/c_folder
#- name: Install dependencies
# run: |
# yarn install
Expand Down

0 comments on commit 173350e

Please sign in to comment.