From b5b9b30d900a5490eef6574909c1d4da0ea446a8 Mon Sep 17 00:00:00 2001 From: liuxingbaoyu <30521560+liuxingbaoyu@users.noreply.github.com> Date: Tue, 1 Nov 2022 16:00:46 +0800 Subject: [PATCH] test --- .github/workflows/e2e-tests-breaking.yml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/.github/workflows/e2e-tests-breaking.yml b/.github/workflows/e2e-tests-breaking.yml index 08db5de1eb9f..f2a5d451771a 100644 --- a/.github/workflows/e2e-tests-breaking.yml +++ b/.github/workflows/e2e-tests-breaking.yml @@ -49,36 +49,12 @@ jobs: - react-native - prettier steps: - - name: Get yarn1 cache directory path - id: yarn1-cache-dir-path - run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT - name: Checkout code uses: actions/checkout@v3 - name: Use Node.js latest uses: actions/setup-node@v3 with: node-version: "*" - - name: Get yarn3 cache directory path - id: yarn3-cache-dir-path - run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT - - name: Use yarn1 cache - uses: actions/cache@v3 - id: yarn1-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`) - with: - path: ${{ steps.yarn1-cache-dir-path.outputs.dir }} - key: ${{ runner.os }}-yarn1-e2e-breaking-${{ matrix.project }}-${{ hashFiles('**/yarn.lock') }} - restore-keys: ${{ runner.os }}-yarn1-e2e-breaking-${{ matrix.project }}- - - name: Use yarn3 cache - uses: actions/cache@v3 - id: yarn3-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`) - with: - path: ${{ steps.yarn3-cache-dir-path.outputs.dir }} - key: ${{ runner.os }}-yarn3-e2e-breaking-${{ matrix.project }}-${{ hashFiles('**/yarn.lock') }} - restore-keys: ${{ runner.os }}-yarn3-e2e-breaking-${{ matrix.project }}- - - name: Clean babel cache - run: | - rm -rf ${{ steps.yarn1-cache-dir-path.outputs.dir }}/*babel* - rm -rf ${{ steps.yarn3-cache-dir-path.outputs.dir }}/*babel* - uses: actions/download-artifact@v3 with: name: verdaccio-workspace