From cbeaa673ad159a82a67b057801b3d9c4b4fa4689 Mon Sep 17 00:00:00 2001 From: Andrey Sobolev Date: Fri, 6 Dec 2024 23:43:30 +0700 Subject: [PATCH] Try larger runner 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 f051325abe..0dc0560886 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 + runs-on: macos-latest-xl timeout-minutes: 60 steps: - uses: actions/checkout@v4