mirror of
https://github.com/gradle/actions.git
synced 2025-04-22 02:39:19 +08:00
Logger
This commit is contained in:
parent
a82aff7843
commit
e973285b70
6
.github/workflows/ci-integ-test.yml
vendored
6
.github/workflows/ci-integ-test.yml
vendored
@ -54,9 +54,9 @@ jobs:
|
||||
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 }}"
|
||||
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