mirror of
https://github.com/gradle/actions.git
synced 2025-04-22 02:39:19 +08:00
Logger
This commit is contained in:
parent
a339502f62
commit
53069b478e
9
.github/workflows/ci-integ-test.yml
vendored
9
.github/workflows/ci-integ-test.yml
vendored
@ -48,6 +48,15 @@ jobs:
|
||||
echo "suite=skip" >> "$GITHUB_OUTPUT"
|
||||
fi
|
||||
fi
|
||||
|
||||
logger:
|
||||
needs: determine-suite
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: |
|
||||
echo "suite: ${{ needs.determine-suite.outputs.suite }}"
|
||||
echo "runner-os: ${{ needs.determine-suite.outputs.runner-os }}"
|
||||
echo "cache-key-prefix: ${{ needs.determine-suite.outputs.cache-key-prefix }}"
|
||||
|
||||
build-distribution:
|
||||
needs: determine-suite
|
||||
|
Loading…
x
Reference in New Issue
Block a user