Skip to content

Commit

Permalink
fix: added more debugs
Browse files Browse the repository at this point in the history
Signed-off-by: AnsahMohammad <[email protected]>
  • Loading branch information
AnsahMohammad committed Jan 25, 2025
1 parent 60bab96 commit c28a678
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/snapshot-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,11 @@ jobs:
- name: Create venv and install prerequisites
id: set_env
run: |
echo "pwd:"
pwd
ls -al .venv
python3.12 -m venv .venv
echo "VENV_PATH=$(pwd)/.venv" >> $GITHUB_ENV
echo "::set-output name=venv_path::$(pwd)/.venv"
source .venv/bin/activate
pip install setuptools wheel
Expand All @@ -53,7 +55,10 @@ jobs:
- name: Debug paths
run: |
echo "VENV_PATH: ${{ needs.pregen.outputs.venv_path }}"
ls -al ${{ needs.pregen.outputs.venv_path }}
echo "Running pwd to confirm the directory:"
pwd
ls -al ${{ needs.pregen.outputs.venv_path }} # Path access verification

- name: cdxgen, custom-json-diff installs
shell: bash
Expand Down

0 comments on commit c28a678

Please sign in to comment.