We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e073d43 commit e5c35e5Copy full SHA for e5c35e5
.github/workflows/test.yml
@@ -27,6 +27,8 @@ jobs:
27
with:
28
java-version: 11
29
distribution: adopt
30
+ - name: Install sbt
31
+ uses: sbt/setup-sbt@v1
32
- name: Prepare test environment
33
run: $GITHUB_WORKSPACE/.github/start_environment.sh
34
- name: Run tests
@@ -54,6 +56,8 @@ jobs:
54
56
55
57
58
59
60
61
62
- name: Build artifacts
63
run: sbt 'project elasticsearch' assembly
@@ -84,6 +88,9 @@ jobs:
84
88
85
89
- uses: coursier/cache-action@v6
86
90
91
92
93
+
87
94
- name: Stage the Docker build
95
run: sbt "project elasticsearch" docker:stage
96
0 commit comments