Skip to content

Commit

Permalink
Refactor 20241230 - Composite Refactor
Browse files Browse the repository at this point in the history
Refactored the composite action for the workflow.
  • Loading branch information
Virus5600 committed Dec 30, 2024
1 parent 9d05012 commit e789ef2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: "Pre Testing"
description: "Prepare the environment for testing"

inputs:
java:
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v4

- name: Prepare Testing
uses: ./.github/workflows/prep.yml
uses: ./.github/actions/prep
with:
java: ${{ matrix.java }}
os: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fabric.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4

- name: Prepare Testing
uses: ./.github/workflows/prep.yml
uses: ./.github/actions/prep
with:
java: ${{ matrix.version.java }}
os: ubuntu-latest
Expand Down

0 comments on commit e789ef2

Please sign in to comment.