File tree Expand file tree Collapse file tree 4 files changed +23
-27
lines changed
Expand file tree Collapse file tree 4 files changed +23
-27
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ name : CI
2+
3+ on :
4+ push :
5+ branches : [ master ]
6+ pull_request :
7+ branches : [ master ]
8+
9+ jobs :
10+ verify :
11+ runs-on : ubuntu-latest
12+ steps :
13+ - uses : actions/checkout@v3
14+ - name : Set up JDK
15+ uses : actions/setup-java@v3
16+ with :
17+ java-version : ' 8'
18+ distribution : ' temurin'
19+ cache : maven
20+ - name : Build with Maven
21+ run : ./mvnw --batch-mode verify -Djpt.btf.provision=true
Original file line number Diff line number Diff line change @@ -6,9 +6,8 @@ Thank you for taking the time to contribute!
66
77Pull requests, issues and comments are welcome. For pull requests, please:
88 1. fork the repo
9- 2. enable CI for your fork, see [ CircleCI docs] ( https://circleci.com/docs/2.0/project-build/#adding-projects )
10- 3. create a branch with your changes
11- 4. raise a pull request
9+ 2. create a branch with your changes
10+ 3. raise a pull request
1211
1312Atlassian requires contributors to sign a Contributor License Agreement,
1413known as a CLA. This serves as a record stating that the contributor is
Original file line number Diff line number Diff line change 1- [ ![ CircleCI] ( https://circleci.com/gh/atlassian/jpt-example-btf.svg?style=svg )] ( https://circleci.com/gh/atlassian/jpt-example-btf )
2-
31# Benchmark your Jira instance
42
53Read and customize the [ benchmark] ( src/test/java/com/atlassian/performance/tools/examplebtf/MyBtfBenchmarkIT.java ) .
You can’t perform that action at this time.
0 commit comments