Skip to content

Commit d300098

Browse files
committed
Yaml formatting
1 parent c5c126a commit d300098

1 file changed

Lines changed: 15 additions & 17 deletions

File tree

.github/workflows/continuous.yml

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,18 @@ jobs:
3131
name: build
3232
path: |
3333
btrace-dist/build
34-
test:
35-
strategy:
36-
matrix:
37-
java: [8, 11, 17, 20]
38-
steps:
39-
- name: Set up Java ${{ matrix.java }}
40-
uses: actions/setup-java@v1
41-
with:
42-
java-version: ${{ matrix.java }}
43-
- name: Download build data
44-
uses: actions/download-artifact@v3
45-
with:
46-
name: build
47-
- name: Run tests
48-
run: ./gradlew test
49-
50-
34+
test:
35+
strategy:
36+
matrix:
37+
java: [8, 11, 17, 20]
38+
steps:
39+
- name: Set up Java ${{ matrix.java }}
40+
uses: actions/setup-java@v1
41+
with:
42+
java-version: ${{ matrix.java }}
43+
- name: Download build data
44+
uses: actions/download-artifact@v3
45+
with:
46+
name: build
47+
- name: Run tests
48+
run: ./gradlew test

0 commit comments

Comments
 (0)