Skip to content

Commit

Permalink
Rename CI Steps
Browse files Browse the repository at this point in the history
  • Loading branch information
jackcaver authored Jul 21, 2022
1 parent a268029 commit ebb806c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ jobs:
distribution: 'temurin'
cache: maven

- name: Get and Build Allocator Plugin
- name: Build GenoaPlugin
run: |
cd .github/workflows/
git clone --recursive https://github.com/jackcaver/GenoaPlugin.git
cd GenoaPlugin
mvn clean install --file ./pom.xml
mvn clean install
cd ..
- name: Build with Maven
run: mvn clean install --file ./pom.xml
- name: Upload Build Artifacts
- name: Build GenoaAllocatorPlugin
run: mvn clean install
- name: Upload Build Result
uses: actions/upload-artifact@v2.2.4
with:
name: build
Expand Down

0 comments on commit ebb806c

Please sign in to comment.