From ac620472a95783462ea83b13d393314884bc8adb Mon Sep 17 00:00:00 2001 From: Vladysl <45620393+Vladysl@users.noreply.github.com> Date: Thu, 18 Apr 2024 16:01:30 +0300 Subject: [PATCH] temporary disable ui tests (#1663) --- .github/workflows/run-playwright-tests.yml | 32 +++++++++++----------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/run-playwright-tests.yml b/.github/workflows/run-playwright-tests.yml index c1f486b1a..e1da16578 100644 --- a/.github/workflows/run-playwright-tests.yml +++ b/.github/workflows/run-playwright-tests.yml @@ -59,22 +59,22 @@ jobs: cache: 'gradle' - name: Build docker container run: ./gradlew jibDockerBuild -x test -x checkstyleMain -x checkstyleTest --image odd-platform:e2e-latest-build - - name: Start containers - run: | - cd tests - npm run odd-up - - name: Install dependencies - run: | - cd tests - npm ci - - name: Install Playwright Browsers - run: | - cd tests - npx playwright install --with-deps chromium - - name: Run Playwright tests - run: | - cd tests - npm run test:ci +# - name: Start containers +# run: | +# cd tests +# npm run odd-up +# - name: Install dependencies +# run: | +# cd tests +# npm ci +# - name: Install Playwright Browsers +# run: | +# cd tests +# npx playwright install --with-deps chromium +# - name: Run Playwright tests +# run: | +# cd tests +# npm run test:ci - name: Upload Artifacts uses: actions/upload-artifact@v3 if: always()