Skip to content

Commit a0caf11

Browse files
author
Adetokunbo Ige
committed
feat: add working directory to the github actions
Signed-off-by: Adetokunbo Ige <[email protected]>
1 parent 415f4d3 commit a0caf11

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/pulumi-deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
env:
1414
AWS_REGION: ${{ secrets.AWS_REGION }}
15-
15+
1616
permissions:
1717
id-token: write
1818
contents: read
@@ -32,6 +32,7 @@ jobs:
3232
aws-region: ${{ secrets.AWS_REGION }}
3333
role-session-name: GithubActionsSession
3434
- name: Install Dependencies
35+
working-directory: todo-app
3536
run: |
3637
pip install -r requirements.txt
3738

todo-app/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
*.pyc
22
venv/
3+

todo-app/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pulumi>=3.0.0,<4.0.0
22
pulumi-aws>=6.0.2,<7.0.0
33
pulumi_docker==3.4.0
4-
setuptools
4+
setuptools

0 commit comments

Comments
 (0)