mirror of
https://github.com/FalsePattern/fpgradle-workflows.git
synced 2025-04-20 14:32: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
|
||||
with:
|
||||
repository: FalsePattern/fpgradle-workflows
|
||||
path: .fpgradle-workflows
|
||||
path: build/.fpgradle-workflows
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Set up JDK versions
|
||||
|
@ -48,7 +48,6 @@ jobs:
|
|||
17
|
||||
21
|
||||
distribution: 'adopt'
|
||||
cache: gradle
|
||||
|
||||
- name: Validate gradle wrapper checksum
|
||||
uses: gradle/actions/wrapper-validation@v3
|
||||
|
@ -98,5 +97,5 @@ jobs:
|
|||
- name: Test no errors reported during server run
|
||||
if: ${{ !inputs.client-only }}
|
||||
run: |
|
||||
chmod +x .fpgradle-workflows/.github/scripts/test_no_error_reports
|
||||
.fpgradle-workflows/.github/scripts/test_no_error_reports
|
||||
chmod +x build/.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
|
||||
21
|
||||
distribution: 'adopt'
|
||||
cache: gradle
|
||||
|
||||
- name: Validate gradle wrapper checksum
|
||||
uses: gradle/actions/wrapper-validation@v3
|
||||
|
|
Loading…
Add table
Reference in a new issue