Skip to content

Commit

Permalink
some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunatix01 committed Aug 2, 2024
1 parent c970f2e commit 60d754d
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,8 @@ jobs:
name: ragscan-${{ matrix.os }}
path: ragscan*
build:
name: Ragscan on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ windows-latest, ubuntu-latest ]
name: Ragscan
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Java
Expand All @@ -45,7 +42,7 @@ jobs:
distribution: oracle
java-version: 21
- name: Build Ragscan
run: mvn -f pom.xml clean package
run: mvn -f pom.xml clean package -DskipTests
- name: Upload build artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 60d754d

Please sign in to comment.