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 744a639311e77ae6fb55b20b237f1bb0109a07c5
2 changes: 2 additions & 0 deletions .github/workflows/CD-azure-functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
- name: 'run: npm install and build'
working-directory: ./AutomaticClockOuts
run: |
npm install nvm
nvm install 10.16.3
npm i -g azure-functions-core-tools@core --unsafe-perm true
npm install
func azure functionapp publish time-tracker-azure-functions
Expand Down