From c9c688c592246bc1f3f2ca38d65f476df3b0c151 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=B7=E5=8D=8E=20=E5=88=98?= Date: Thu, 26 Oct 2023 16:26:13 +0000 Subject: [PATCH] chore: update CI --- .github/workflows/tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1ed5b6c0a2..7c6f85cb29 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -6,7 +6,7 @@ concurrency: env: IMAGE: appwrite-dev - CACHE_KEY: ${{ env.IMAGE }}-${{ github.sha }} + CACHE_KEY: appwrite-dev-${{ github.sha }} on: [pull_request] @@ -82,7 +82,7 @@ jobs: strategy: fail-fast: false matrix: - services: + service: [ Account, Avatars, @@ -117,5 +117,5 @@ jobs: docker compose up -d sleep 10 - - name: Run ${{matrix.services}} Tests - run: docker compose exec -T appwrite test /usr/src/code/tests/e2e/Services/${{matrix.services}} --debug \ No newline at end of file + - name: Run ${{matrix.service}} Tests + run: docker compose exec -T appwrite test /usr/src/code/tests/e2e/Services/${{matrix.service}} --debug \ No newline at end of file