Skip to content

Commit

Permalink
more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyNava committed Dec 4, 2024
1 parent d639d8f commit 101db4a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy-test-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v3

- name: Check Ruby
run: dnf module list
- name: Debug
run: |
echo $PATH
whereis ruby >> "$GITHUB_OUTPUT"
# - name: Assume role in AB2D Management account
# uses: aws-actions/configure-aws-credentials@v3
Expand Down

0 comments on commit 101db4a

Please sign in to comment.