Skip to content

Commit

Permalink
fix work directory
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelloromani committed Oct 29, 2023
1 parent 462b003 commit f4a3f7d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

- name: Install requirements
run: pip install -r infra/requirements.txt
working-directory: infra
run: pip install -r requirements.txt

- uses: pulumi/actions@v4
working-directory: infra
with:
command: preview
stack-name: marcelloromani/lmgify-net/dev
Expand Down

0 comments on commit f4a3f7d

Please sign in to comment.