From 235fbe729c75cd857b8dd51041a1237e50acd304 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=9F=20Wu=20Sheng?= Date: Fri, 2 Oct 2020 18:17:55 +0800 Subject: [PATCH] Fix 3 format issue of CI control file. (#5625) * Fix 3 format issue of CI control file. * Fix more. --- .github/workflows/e2e.js.yaml | 4 ++-- .github/workflows/e2e.kafka.yaml | 24 ++++++++++----------- .github/workflows/e2e.yaml | 36 ++++++++++++++++---------------- 3 files changed, 32 insertions(+), 32 deletions(-) diff --git a/.github/workflows/e2e.js.yaml b/.github/workflows/e2e.js.yaml index 85b91e9f3..950d7272e 100644 --- a/.github/workflows/e2e.js.yaml +++ b/.github/workflows/e2e.js.yaml @@ -37,8 +37,8 @@ jobs: SW_STORAGE: ${{ matrix.storage }} steps: - uses: actions/checkout@v2 - with: - submodules: true + with: + submodules: true - name: Cache local Maven repository uses: actions/cache@v2 with: diff --git a/.github/workflows/e2e.kafka.yaml b/.github/workflows/e2e.kafka.yaml index 84add3cf6..19cd49e84 100644 --- a/.github/workflows/e2e.kafka.yaml +++ b/.github/workflows/e2e.kafka.yaml @@ -69,12 +69,12 @@ jobs: with: submodules: true - name: Cache local Maven repository - uses: actions/cache@v2 - with: - path: ~/.m2/repository - key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} - restore-keys: | - ${{ runner.os }}-maven- + uses: actions/cache@v2 + with: + path: ~/.m2/repository + key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} + restore-keys: | + ${{ runner.os }}-maven- - name: Compile and Build run: make docker - name: Copy dist package @@ -97,12 +97,12 @@ jobs: with: submodules: true - name: Cache local Maven repository - uses: actions/cache@v2 - with: - path: ~/.m2/repository - key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} - restore-keys: | - ${{ runner.os }}-maven- + uses: actions/cache@v2 + with: + path: ~/.m2/repository + key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} + restore-keys: | + ${{ runner.os }}-maven- - name: Compile and Build run: make docker - name: Copy dist package diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index ced936b97..19e7c67e3 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -73,12 +73,12 @@ jobs: with: submodules: true - name: Cache local Maven repository - uses: actions/cache@v2 - with: - path: ~/.m2/repository - key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} - restore-keys: | - ${{ runner.os }}-maven- + uses: actions/cache@v2 + with: + path: ~/.m2/repository + key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} + restore-keys: | + ${{ runner.os }}-maven- - name: Compile and Build run: make docker - name: Copy dist package @@ -102,12 +102,12 @@ jobs: with: submodules: true - name: Cache local Maven repository - uses: actions/cache@v2 - with: - path: ~/.m2/repository - key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} - restore-keys: | - ${{ runner.os }}-maven- + uses: actions/cache@v2 + with: + path: ~/.m2/repository + key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} + restore-keys: | + ${{ runner.os }}-maven- - name: Compile and Build run: make docker - name: Copy dist package @@ -131,12 +131,12 @@ jobs: with: submodules: true - name: Cache local Maven repository - uses: actions/cache@v2 - with: - path: ~/.m2/repository - key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} - restore-keys: | - ${{ runner.os }}-maven- + uses: actions/cache@v2 + with: + path: ~/.m2/repository + key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} + restore-keys: | + ${{ runner.os }}-maven- - name: Compile and Build run: make docker - name: Copy dist package