From 26252d7089f7de8c8047237a24312523f6c1f590 Mon Sep 17 00:00:00 2001 From: Andrey Sobolev Date: Fri, 6 Dec 2024 23:58:54 +0700 Subject: [PATCH] Revert "Try larger runner" This reverts commit cbeaa673ad159a82a67b057801b3d9c4b4fa4689. Signed-off-by: Andrey Sobolev --- .github/workflows/main.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0dc0560886..f051325abe 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -241,7 +241,7 @@ jobs: ./profile-start.sh - name: Run UI tests run: | - cd ./tests/sanity + cd ./tests/sanity node ../../common/scripts/install-run-rushx.js uitest - name: Download profile run: | @@ -410,7 +410,7 @@ jobs: DOCKER_CLI_HINTS: false - name: Configure /etc/hosts run: | - sudo echo "127.0.0.1 host.docker.internal" | sudo tee -a /etc/hosts + sudo echo "127.0.0.1 host.docker.internal" | sudo tee -a /etc/hosts - name: Prepare server run: | cd ./qms-tests @@ -523,9 +523,9 @@ jobs: DOCKER_EXTRA: --platform=linux/amd64,linux/arm64 - name: Docker build love-agent run: | - cd ./services/ai-bot/love-agent - pnpm install && pnpm build - pnpm docker:build -v + cd ./services/ai-bot/love-agent + pnpm install && pnpm build + pnpm docker:build -v env: DOCKER_CLI_HINTS: false DOCKER_EXTRA: --platform=linux/amd64,linux/arm64 @@ -553,7 +553,7 @@ jobs: # if: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v') || startsWith(github.ref, 'refs/tags/s') }} if: ${{ startsWith(github.ref, 'refs/tags/v') || startsWith(github.ref, 'refs/tags/s') }} needs: build - runs-on: macos-latest-xl + runs-on: macos-latest timeout-minutes: 60 steps: - uses: actions/checkout@v4