Skip to content

Commit

Permalink
Skip test
Browse files Browse the repository at this point in the history
  • Loading branch information
making committed Jun 27, 2021
1 parent 5fcbfd4 commit 9eb924b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
mkdir dist
mvn package -DskipTests
${{ matrix.copy }} target${{ matrix.separator }}rsc*.jar dist${{ matrix.separator }}
mvn package -Dversion-generate-skip=true -Pnative
mvn package -Dversion-generate-skip=true -Pnative -DskipTests
${{ matrix.move }} target${{ matrix.separator }}classes${{ matrix.separator }}rsc-${{ matrix.classifier }}${{ matrix.extension }} dist${{ matrix.separator }}rsc-${{ matrix.platform }}${{ matrix.extension }}
- name: chmod
if: runner.os != 'Windows'
Expand Down

0 comments on commit 9eb924b

Please sign in to comment.