Skip to content

Commit

Permalink
Print GITHUB_OUTPUT:
Browse files Browse the repository at this point in the history
:
  • Loading branch information
bigdaz committed Jan 11, 2024
1 parent 067c581 commit ca60a7c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integ-test-dependency-graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ jobs:
uses: actions/checkout@v4
- name: Download distribution if required
uses: ./.github/actions/download-dist
- run: echo "GITHUB_OUTPUT = $GITHUB_OUTPUT"
- name: Setup Gradle for dependency-graph generate
uses: ./
with:
Expand All @@ -133,6 +134,7 @@ jobs:
- name: Check and delete generated dependency graph
shell: bash
run: |
echo "GITHUB_OUTPUT = $GITHUB_OUTPUT"
echo "config-cache-store report file: ${{ steps.config-cache-store.outputs.dependency-graph-file }}"
ls -l dependency-graph-reports
if [ ! -e "${{ steps.config-cache-store.outputs.dependency-graph-file }}" ]; then
Expand All @@ -146,6 +148,7 @@ jobs:
- name: Check no generated dependency graph
shell: bash
run: |
echo "GITHUB_OUTPUT = $GITHUB_OUTPUT"
echo "config-cache-reuse report file: ${{ steps.config-cache-reuse.outputs.dependency-graph-file }}"
ls -l dependency-graph-reports
cat ${{ steps.config-cache-reuse.outputs.dependency-graph-file }}
Expand Down

0 comments on commit ca60a7c

Please sign in to comment.