This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-tck.git
The following commit(s) were added to refs/heads/main by this push:
new 18ad9bc Fix indent
18ad9bc is described below
commit 18ad9bcfe63fc48dffa00574145f2f223916fce6
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Jul 22 11:52:56 2024 +0100
Fix indent
---
.github/workflows/ci.yml | 46 +++++++++++++++++++++++-----------------------
1 file changed, 23 insertions(+), 23 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f5724e8..b94b00c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -27,26 +27,26 @@ jobs:
java: [ 17, 21 ]
os: [ ubuntu-latest, windows-latest, macos-latest ]
name: JDK${{ matrix.java }} ${{ matrix.os }}
- runs-on: ${{ matrix.os }}
- steps:
- - name: Git Checkout
- uses: actions/checkout@v4
- - name: Set up Java
- uses: actions/setup-java@v4
- with:
- java-version: ${{ matrix.java }}
- distribution: zulu
- - name: Build
- run: mvn verify
- continue-on-error:
- true
- - name: Upload logs
- uses: actions/upload-artifact@v4
- with:
- name: JDK${{ matrix.java }}-${{ matrix.os }}-logs
- path: |
- el-tck/target/failsafe-reports/*
- jsp-tck/target/failsafe-reports/*
- servlet-tck/target/failsafe-reports/*
- websocket-tck/target/failsafe-reports/*
- retention-days: 7
+ runs-on: ${{ matrix.os }}
+ steps:
+ - name: Git Checkout
+ uses: actions/checkout@v4
+ - name: Set up Java
+ uses: actions/setup-java@v4
+ with:
+ java-version: ${{ matrix.java }}
+ distribution: zulu
+ - name: Build
+ run: mvn verify
+ continue-on-error:
+ true
+ - name: Upload logs
+ uses: actions/upload-artifact@v4
+ with:
+ name: JDK${{ matrix.java }}-${{ matrix.os }}-logs
+ path: |
+ el-tck/target/failsafe-reports/*
+ jsp-tck/target/failsafe-reports/*
+ servlet-tck/target/failsafe-reports/*
+ websocket-tck/target/failsafe-reports/*
+ retention-days: 7
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]