mirror of
https://github.com/gradle/actions.git
synced 2025-04-22 02:39:19 +08:00
More logging
This commit is contained in:
parent
9e74c2eab9
commit
273c29c7c6
12
.github/workflows/ci-integ-test.yml
vendored
12
.github/workflows/ci-integ-test.yml
vendored
@ -62,7 +62,19 @@ jobs:
|
||||
}
|
||||
}
|
||||
|
||||
logger:
|
||||
runs-on: ubuntu-latest
|
||||
needs: determine-suite
|
||||
steps:
|
||||
- name: Print suite
|
||||
run: echo "Suite = ${{ needs.determine-suite.outputs.suite }}"
|
||||
- name: Print runner-os
|
||||
run: echo "Runner OS = ${{ needs.determine-suite.outputs.runner-os }}"
|
||||
- name: Print cache-key-prefix
|
||||
run: echo "Cache key prefix = ${{ needs.determine-suite.outputs.cache-key-prefix }}"
|
||||
|
||||
build-distribution:
|
||||
needs: determine-suite
|
||||
if: ${{ needs.determine-suite.outputs.suite != 'skip' }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
Loading…
x
Reference in New Issue
Block a user