mirror of
https://github.com/gradle/actions.git
synced 2025-04-23 03:09:20 +08:00
Test combined actions
This commit is contained in:
parent
2f23d645f2
commit
ebb21ef19c
17
.github/workflows/dependency-submission.yml
vendored
17
.github/workflows/dependency-submission.yml
vendored
@ -43,3 +43,20 @@ jobs:
|
|||||||
build-root-directory: .github/workflow-samples/no-wrapper${{ matrix.build-root-suffix }}
|
build-root-directory: .github/workflow-samples/no-wrapper${{ matrix.build-root-suffix }}
|
||||||
env:
|
env:
|
||||||
GITHUB_DEPENDENCY_GRAPH_REF: 'refs/tags/v0.0.1' # Use a different ref to avoid updating the real dependency graph for the repository
|
GITHUB_DEPENDENCY_GRAPH_REF: 'refs/tags/v0.0.1' # Use a different ref to avoid updating the real dependency graph for the repository
|
||||||
|
|
||||||
|
test-after-setup-gradle:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout sources
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
- name: Setup Gradle
|
||||||
|
uses: ./setup-gradle
|
||||||
|
- name: Generate and submit dependencies
|
||||||
|
uses: ./dependency-submission
|
||||||
|
continue-on-error: true
|
||||||
|
with:
|
||||||
|
build-root-directory: .github/workflow-samples/groovy-dsl
|
||||||
|
- name: Assert step failure
|
||||||
|
run: |
|
||||||
|
echo "Previous step didn't fail"
|
||||||
|
exit 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user