Skip to content

Commit 46d6f4f

Browse files
committed
Install common
1 parent d28954a commit 46d6f4f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,9 +398,10 @@ jobs:
398398
docker:
399399
- image: cimg/openjdk:11.0
400400
steps:
401+
- install_common
402+
- checkout
401403
- run: ./gradlew deltaCoverage
402404

403-
404405
# ensures we can build and install deb packages
405406
deb_build_install:
406407
docker:

0 commit comments

Comments
 (0)