Skip to content

Commit

Permalink
Add a step to output content of workdir
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-pavlyk committed Sep 23, 2024
1 parent a2d6182 commit 03df396
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/conda-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,9 @@ jobs:
run: |
conda activate
conda search ${{ env.PACKAGE_NAME }} -c ${{ env.workdir }}/channel --override-channels --info --json > ${{ env.workdir }}\ver.json
- name: Output content of workdir
shell: pwsh
run: Get-ChildItem -Path ${{ env.workdir }}
- name: Output content of produced ver.json
shell: pwsh
run: Get-Content -Path ${{ env.workdir }}\ver.json
Expand Down

0 comments on commit 03df396

Please sign in to comment.