Skip to content

Commit

Permalink
Don't run Bun tests on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
deepy committed Dec 19, 2023
1 parent 16ecc0f commit 5d036ab
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import java.util.regex.Pattern

import static com.github.gradle.node.NodeExtension.DEFAULT_NPM_VERSION

@IgnoreIf({ os.windows })
class BunxTask_integTest extends AbstractIntegTest {
def 'execute bunx command with no package.json file (#gv.version)'() {
given:
Expand Down

0 comments on commit 5d036ab

Please sign in to comment.