Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
A1Gard authored Feb 11, 2024
1 parent c6f5466 commit 609fab6
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ jobs:
name: Test
needs: gradleValidation
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
env:
ORG_GRADLE_PROJECT_platformVersion: ${{ matrix.platform }}
ORG_GRADLE_PROJECT_phpPluginVersion: ${{ matrix.phpPlugin }}
ORG_GRADLE_PROJECT_bladePluginVersion: ${{ matrix.bladePlugin }}
steps:

# Setup Java 1.8 environment for the next steps
Expand Down Expand Up @@ -87,15 +82,6 @@ jobs:
name: Build
needs: test
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
env:
ORG_GRADLE_PROJECT_platformVersion: ${{ matrix.platform }}
ORG_GRADLE_PROJECT_phpPluginVersion: ${{ matrix.phpPlugin }}
ORG_GRADLE_PROJECT_bladePluginVersion: ${{ matrix.bladePlugin }}
outputs:
name: ${{ steps.properties.outputs.name }}
version: ${{ steps.properties.outputs.version }}
artifact: ${{ steps.properties.outputs.artifact }}
steps:

# Setup Java 1.8 environment for the next steps
Expand Down

0 comments on commit 609fab6

Please sign in to comment.