File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 branches : [ main ]
99 pull_request :
1010 branches : [ main ]
11+
12+ concurrency :
13+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
14+ cancel-in-progress : true
1115
1216jobs :
1317 build :
14-
1518 runs-on : ubuntu-latest
1619 strategy :
1720 matrix :
1821 mongodb-version : [4.4]
19-
2022 steps :
2123 - uses : actions/checkout@v6
22-
2324 - uses : supercharge/mongodb-github-action@1.12.1
2425 with :
2526 mongodb-version : ${{ matrix.mongodb-version }}
2627 mongodb-replica-set : test-rs
27-
2828 - uses : actions/setup-java@v5
2929 with :
3030 java-version : 21
3535 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
3636 restore-keys : |
3737 ${{ runner.os }}-maven-
38-
3938 - name : Build with Maven
4039 run : mvn -B clean install
41-
4240 - name : Codecov
4341 uses : codecov/codecov-action@v5.5.3
4442 with :
You can’t perform that action at this time.
0 commit comments