mirror of
https://github.com/gradle/actions.git
synced 2025-04-23 03:09:20 +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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: |
|
- run: |
|
||||||
echo "suite = ${{ needs.determine-suite.outputs.suite }}"
|
echo "suite = ${{ needs.determine-suite.outputs.suite }}"
|
||||||
echo "runner-os = ${{ needs.determine-suite.outputs.runner-os }}"
|
echo "runner-os = ${{ needs.determine-suite.outputs.runner-os }}"
|
||||||
echo "cache-key-prefix = ${{ needs.determine-suite.outputs.cache-key-prefix }}"
|
echo "cache-key-prefix = ${{ needs.determine-suite.outputs.cache-key-prefix }}"
|
||||||
|
|
||||||
build-distribution:
|
build-distribution:
|
||||||
needs: determine-suite
|
needs: determine-suite
|
||||||
|
Loading…
x
Reference in New Issue
Block a user