Skip to content

Commit

Permalink
Remove not needed, add clean to goals
Browse files Browse the repository at this point in the history
As lack of clean hindered to figure out what happened
with invoked on CI vs locally.
  • Loading branch information
cstamas committed Nov 13, 2023
1 parent 2b8caf9 commit 28a4bfd
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,5 @@ jobs:
java-version: ${{ matrix.java }}
distribution: 'temurin'
- name: Build & Test
run: ./mvnw -B verify
- name: 'Upload Artifact'
uses: actions/upload-artifact@v3
with:
name: polyglot-ruby-it-use_jruby_installation-build.log
path: polyglot-ruby/target/it/use_jruby_installation/build.log
retention-days: 1
run: ./mvnw -B clean verify

0 comments on commit 28a4bfd

Please sign in to comment.