From 9bce83c10d4536ef78c0112302f8964358779df2 Mon Sep 17 00:00:00 2001 From: William Yang Date: Thu, 28 Apr 2022 16:11:12 +0200 Subject: [PATCH] ci(self-hosted): ct docker --- .github/workflows/run_test_cases.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/run_test_cases.yaml b/.github/workflows/run_test_cases.yaml index 98ae52b14..861828220 100644 --- a/.github/workflows/run_test_cases.yaml +++ b/.github/workflows/run_test_cases.yaml @@ -30,7 +30,6 @@ jobs: container: "ghcr.io/emqx/emqx-builder/5.0-10:${{ matrix.elixir }}-${{ matrix.otp }}-${{ matrix.os }}" steps: - - uses: AutoModality/action-clean@v1 - uses: actions/checkout@v2 - name: Get deps git refs for cache @@ -67,7 +66,6 @@ jobs: run: shell: bash steps: - - uses: AutoModality/action-clean@v1 - uses: actions/checkout@v2 - name: find apps id: run_find_apps @@ -87,13 +85,12 @@ jobs: - "erlang23" - "erlang24" - runs-on: ubuntu-20.04 + runs-on: aws-amd64 defaults: run: shell: bash steps: - - uses: AutoModality/action-clean@v1 - uses: actions/checkout@v2 - name: docker compose up env: @@ -150,7 +147,6 @@ jobs: shell: bash steps: - - uses: AutoModality/action-clean@v1 - uses: actions/checkout@v2 # produces .coverdata - name: run common test @@ -186,7 +182,6 @@ jobs: runs-on: aws-amd64 container: "ghcr.io/emqx/emqx-builder/5.0-10:${{ matrix.elixir }}-${{ matrix.otp }}-${{ matrix.os }}" steps: - - uses: AutoModality/action-clean@v1 - uses: actions/checkout@v2 - name: Get deps git refs for cache