Skip to content

Commit

Permalink
Fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdaz committed Jan 26, 2024
1 parent 9baff7b commit 9a3d75b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 63 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci-quick-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,14 +100,10 @@ jobs:
restore-containerized-gradle-home:
needs: build-distribution
uses: ./.github/workflows/integ-test-restore-containerized-gradle-home.yml
with:
runner-os: '["ubuntu-latest"]'

restore-custom-gradle-home:
needs: build-distribution
uses: ./.github/workflows/integ-test-restore-custom-gradle-home.yml
with:
runner-os: '["ubuntu-latest"]'

restore-gradle-home:
needs: build-distribution
Expand Down
44 changes: 0 additions & 44 deletions .github/workflows/ci-verify-outputs.yml

This file was deleted.

15 changes: 0 additions & 15 deletions .github/workflows/demo-job-summary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Build distribution
shell: bash
run: |
npm install
npm run build
- name: Setup Gradle
uses: ./
- name: Build kotlin-dsl project
Expand Down Expand Up @@ -47,11 +42,6 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Build distribution
shell: bash
run: |
npm install
npm run build
- name: Setup Gradle
uses: ./
with:
Expand All @@ -68,11 +58,6 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Build distribution
shell: bash
run: |
npm install
npm run build
- name: Pre-create Gradle User Home
shell: bash
run: |
Expand Down

0 comments on commit 9a3d75b

Please sign in to comment.