Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
testing deployment
  • Loading branch information
enriquezrene committed Nov 25, 2020
commit 2575181c4c67b52cc425664e482f46be7c3d1f81
2 changes: 1 addition & 1 deletion .github/workflows/CD-azure-functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: 'run: npm install and build'
working-directory: ./AutomaticClockOuts
run: |
npm i azure-functions-core-tools@core --unsafe-perm true
npm i -g azure-functions-core-tools@core --unsafe-perm true
npm install
func azure functionapp publish time-tracker-azure-functions

Expand Down