Skip to content

Commit

Permalink
Validate & checksum downloaded artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
hgeraldino committed Dec 27, 2022
1 parent debecdf commit 3be3d82
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/test/groovy/sdkman/cucumber/RunCukeTests.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ import org.junit.runner.RunWith
strict = true,
features = ["src/test/resources/features"],
glue = ["sdkman.steps"],
tags = ["not @manual", "not @review", "@checksum"]
tags = ["not @manual", "not @review"]
)
class RunCukeTests {}
1 change: 0 additions & 1 deletion src/test/resources/features/checksum_verification.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@checksum
Feature: Verify checksums

Background:
Expand Down
1 change: 0 additions & 1 deletion src/test/resources/features/install_candidate.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@checksum
Feature: Install Candidate

Background:
Expand Down

0 comments on commit 3be3d82

Please sign in to comment.