mirror of
https://github.com/FalsePattern/fpgradle-workflows.git
synced 2025-04-20 22:42:28 +02:00
bleh
This commit is contained in:
parent
d80d0148ed
commit
c0ab914418
2 changed files with 3 additions and 5 deletions
7
.github/workflows/build-and-test.yml
vendored
7
.github/workflows/build-and-test.yml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: FalsePattern/fpgradle-workflows
|
repository: FalsePattern/fpgradle-workflows
|
||||||
path: .fpgradle-workflows
|
path: build/.fpgradle-workflows
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Set up JDK versions
|
- name: Set up JDK versions
|
||||||
|
@ -48,7 +48,6 @@ jobs:
|
||||||
17
|
17
|
||||||
21
|
21
|
||||||
distribution: 'adopt'
|
distribution: 'adopt'
|
||||||
cache: gradle
|
|
||||||
|
|
||||||
- name: Validate gradle wrapper checksum
|
- name: Validate gradle wrapper checksum
|
||||||
uses: gradle/actions/wrapper-validation@v3
|
uses: gradle/actions/wrapper-validation@v3
|
||||||
|
@ -98,5 +97,5 @@ jobs:
|
||||||
- name: Test no errors reported during server run
|
- name: Test no errors reported during server run
|
||||||
if: ${{ !inputs.client-only }}
|
if: ${{ !inputs.client-only }}
|
||||||
run: |
|
run: |
|
||||||
chmod +x .fpgradle-workflows/.github/scripts/test_no_error_reports
|
chmod +x build/.fpgradle-workflows/.github/scripts/test_no_error_reports
|
||||||
.fpgradle-workflows/.github/scripts/test_no_error_reports
|
build/.fpgradle-workflows/.github/scripts/test_no_error_reports
|
1
.github/workflows/release-tags.yml
vendored
1
.github/workflows/release-tags.yml
vendored
|
@ -37,7 +37,6 @@ jobs:
|
||||||
17
|
17
|
||||||
21
|
21
|
||||||
distribution: 'adopt'
|
distribution: 'adopt'
|
||||||
cache: gradle
|
|
||||||
|
|
||||||
- name: Validate gradle wrapper checksum
|
- name: Validate gradle wrapper checksum
|
||||||
uses: gradle/actions/wrapper-validation@v3
|
uses: gradle/actions/wrapper-validation@v3
|
||||||
|
|
Loading…
Add table
Reference in a new issue