Skip to content

Commit

Permalink
Avoid rebuild security plugin
Browse files Browse the repository at this point in the history
Signed-off-by: cliu123 <lc12251109@gmail.com>
  • Loading branch information
cliu123 committed Mar 17, 2022
1 parent d1cb316 commit 1eab15d
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 @@ -65,7 +65,7 @@ jobs:
- name: Run Security Backwards Compatibility Tests
run: |
echo "Running backwards compatibility tests ..."
./gradlew clean build -Dbuild.snapshot=false -x test
# ./gradlew clean build -Dbuild.snapshot=false -x test
cp -r build/ ./bwc-test/
cd bwc-test/
./gradlew bwcTestSuite -Dtests.security.manager=false

0 comments on commit 1eab15d

Please sign in to comment.