Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinbuss committed Apr 12, 2024
1 parent 8ebf72b commit 4a0c3bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_functionAppDeployTemplate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
python-version: ${{ inputs.python_version }}
cache: "pip"
cache-dependency-path: |
code/function/requirements.txt
${{ inputs.function_directory }}/requirements.txt
# Install Function Dependencies
- name: Resolve Function Dependencies
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/functionApp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- "code/durablefunction/**"
- "tests/**"
- "requirements.txt"
- ".github/workflows/_functionAppDeployTemplate.yml"

pull_request:
branches:
Expand All @@ -17,6 +18,7 @@ on:
- "code/durablefunction/**"
- "tests/**"
- "requirements.txt"
- ".github/workflows/_functionAppDeployTemplate.yml"

jobs:
# function_test:
Expand Down

0 comments on commit 4a0c3bf

Please sign in to comment.