Skip to content

Commit 7b22434

Browse files
committed
Updated dependencies
1 parent 3fa72ac commit 7b22434

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build:
88
docker:
99
# specify the version you desire here
10-
- image: cimg/openjdk:17.0.3
10+
- image: cimg/openjdk:17.0.6
1111

1212
working_directory: ~/repo
1313

@@ -21,11 +21,14 @@ jobs:
2121
- checkout
2222

2323
# run tests!
24-
- run: mvn test
24+
- run:
25+
name: Test
26+
command: mvn test
2527

2628
# copy TXT result to HTML report folder
2729
- run:
28-
cp ~/repo/./target/*.txt ~/repo/./target/tck-output
30+
name: Copy Results
31+
command: cp ~/repo/./target/*.txt ~/repo/./target/tck-output
2932

3033
# store test report folder as artifact
3134
- store_artifacts:

0 commit comments

Comments
 (0)