Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt authored Jul 18, 2024
1 parent 27d14cb commit 954628e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,23 @@ jobs:
id: req
run: echo "content=$(cat ./dea-sandbox/integration-testing/requirements.txt)" >> $GITHUB_OUTPUT

- name: Debug
run: |
echo "Content of requirements.txt:"
cat ./dea-sandbox/integration-testing/requirements.txt
echo "Content of GITHUB_OUTPUT:"
cat $GITHUB_OUTPUT
# Post requirements as a comment on the PR
- name: Post validation results as comment
uses: mshick/add-pr-comment@v2
if: github.event_name == 'pull_request'
with:
message: |
Installed packages:
```
${{ steps.req.outputs.content }}
```
- name: Set up Datacube and Test
run: |
Expand Down

0 comments on commit 954628e

Please sign in to comment.