Skip to content

Commit 06f5462

Browse files
authored
Merge pull request #19 from ioet/testing5
testing deployment
2 parents aaa839e + 2575181 commit 06f5462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CD-azure-functions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: 'run: npm install and build'
2828
working-directory: ./AutomaticClockOuts
2929
run: |
30-
npm i azure-functions-core-tools@core --unsafe-perm true
30+
npm i -g azure-functions-core-tools@core --unsafe-perm true
3131
npm install
3232
func azure functionapp publish time-tracker-azure-functions
3333

0 commit comments

Comments
 (0)