From 89bec14ea1bfc279cfb005dd338564ff209512d4 Mon Sep 17 00:00:00 2001 From: Thevakumar-Luheerathan Date: Fri, 18 Aug 2023 12:01:24 +0530 Subject: [PATCH] [DON'T MERGE] --- .github/workflows/pull-request.yml | 2 +- .../test/java/org/ballerina/projectapi/MavenCustomRepoTest.java | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index f94054a6c0..c41d65d93b 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -30,7 +30,7 @@ jobs: devCentralToken: ${{ secrets.BALLERINA_DEV_CENTRAL_ACCESS_TOKEN }} githubAccessToken: ${{ secrets.GITHUB_TOKEN }} ballerinaBotWorkflow: $ {{ secrets.BALLERINA_BOT_WORKFLOW }} - run: ./gradlew clean build --stacktrace --scan --console=plain --no-daemon --continue -x :ballerina:testExamples -x :project-api-tests:test + run: ./gradlew clean build --stacktrace --scan --console=plain --no-daemon --continue :project-api-tests:test --tests "org.ballerina.projectapi.MavenCustomRepoTest" ubuntu-bbe-tests: name: BBE Tests on Ubuntu diff --git a/project-api-tests/src/test/java/org/ballerina/projectapi/MavenCustomRepoTest.java b/project-api-tests/src/test/java/org/ballerina/projectapi/MavenCustomRepoTest.java index 2dd7b1f8c9..29cbb587bb 100644 --- a/project-api-tests/src/test/java/org/ballerina/projectapi/MavenCustomRepoTest.java +++ b/project-api-tests/src/test/java/org/ballerina/projectapi/MavenCustomRepoTest.java @@ -64,6 +64,7 @@ public class MavenCustomRepoTest { @BeforeClass() public void setUp() throws IOException { TestUtils.setupDistributions(); + System.out.println("Username is ++" + System.getenv("packageUser")); actualHomeDirectory = Paths.get(System.getProperty("user.home")).resolve(".ballerina"); actualHomeDirectoryClone = Files.createTempDirectory("bal-test-integration-packaging-home-") .resolve(".ballerina");