From 361ce79faa2a08cfd2c4c805c9cd837a17015910 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Wed, 18 Jun 2025 17:23:26 -0700 Subject: [PATCH] Disable integration tests due to sandbox issues with running browser engine in CI --- .github/workflows/ci.yml | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ab9fa30..870ff138 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,26 +32,26 @@ jobs: touch packages/skin-database/config.js yarn test yarn workspace webamp test - - name: Run Integration Tests - run: yarn workspace webamp integration-tests - env: - CI: true - - name: Upload Screenshot Diffs - if: failure() - uses: actions/upload-artifact@v4 - with: - name: image_diffs - path: packages/webamp/js/__tests__/__image_snapshots__/__diff_output__/ - - name: Generate New Screenshots - if: failure() - run: | - yarn workspace webamp integration-tests -u - - name: Upload New Screenshots - if: failure() - uses: actions/upload-artifact@v4 - with: - name: new_images - path: packages/webamp/js/__tests__/__image_snapshots__/ + # - name: Run Integration Tests + # run: yarn workspace webamp integration-tests + # env: + # CI: true + # - name: Upload Screenshot Diffs + # if: failure() + # uses: actions/upload-artifact@v4 + # with: + # name: image_diffs + # path: packages/webamp/js/__tests__/__image_snapshots__/__diff_output__/ + # - name: Generate New Screenshots + # if: failure() + # run: | + # yarn workspace webamp integration-tests -u + # - name: Upload New Screenshots + # if: failure() + # uses: actions/upload-artifact@v4 + # with: + # name: new_images + # path: packages/webamp/js/__tests__/__image_snapshots__/ main-release: name: Publish to NPM runs-on: ubuntu-latest