Skip to content

Commit

Permalink
add a debug step
Browse files Browse the repository at this point in the history
  • Loading branch information
bsweger committed Apr 9, 2024
1 parent f9bc1ea commit 3d5e487
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
15 changes: 14 additions & 1 deletion .github/workflows/pulumi_preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
working-directory: ./src/hubverse_infrastructure
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up PDM 🐍
id: setup_pdm
Expand All @@ -39,6 +39,19 @@ jobs:
role-to-assume: arn:aws:iam::767397675902:role/hubverse-administration
aws-region: us-east-1

- name: Debug 🐛
run: |
echo ${{ steps.setup_pdm.outputs.python-path }}
echo ${{ steps.setup_pdm.outputs.pdm-bin }}
pip list
pdm list
pdm venv list
echo "$PATH"
echo "$PYTHONPATH"
which python
env:
PYTHONPATH: ${{ steps.setup_pdm.outputs.python-path }}

- name: Previewing infrastructure 👀
uses: pulumi/actions@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pulumi_update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
working-directory: ./src/hubverse_infrastructure
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up PDM 🐍
id: setup_pdm
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/run-code-checks.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: run-code-checks
run-name: ${{ github.action }} triggered by ${{ github.event_name }} from ${{ github.actor }}

on:
push:
Expand Down

0 comments on commit 3d5e487

Please sign in to comment.