Skip to content

Commit

Permalink
[DON'T MERGE]
Browse files Browse the repository at this point in the history
  • Loading branch information
Thevakumar-Luheerathan committed Aug 18, 2023
1 parent e7c9444 commit 89bec14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 89bec14

Please sign in to comment.