Skip to content

Commit

Permalink
check if in the correct directory for deploy-testing github job
Browse files Browse the repository at this point in the history
  • Loading branch information
zcernigoj committed Oct 19, 2023
1 parent 1c50566 commit fe26d69
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy_testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,10 @@ jobs:

- name: install dependencies needed for deployment
run: pipenv install --dev


- name: list dir
run: ls

- name: create zappa_settings.json on-the-fly
run: |
cp zappa_settings.json.template zappa_settings.json
Expand Down

0 comments on commit fe26d69

Please sign in to comment.