Skip to content

Commit 361ce79

Browse files
committed
Disable integration tests due to sandbox issues with running browser engine in CI
1 parent fba4535 commit 361ce79

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

.github/workflows/ci.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -32,26 +32,26 @@ jobs:
3232
touch packages/skin-database/config.js
3333
yarn test
3434
yarn workspace webamp test
35-
- name: Run Integration Tests
36-
run: yarn workspace webamp integration-tests
37-
env:
38-
CI: true
39-
- name: Upload Screenshot Diffs
40-
if: failure()
41-
uses: actions/upload-artifact@v4
42-
with:
43-
name: image_diffs
44-
path: packages/webamp/js/__tests__/__image_snapshots__/__diff_output__/
45-
- name: Generate New Screenshots
46-
if: failure()
47-
run: |
48-
yarn workspace webamp integration-tests -u
49-
- name: Upload New Screenshots
50-
if: failure()
51-
uses: actions/upload-artifact@v4
52-
with:
53-
name: new_images
54-
path: packages/webamp/js/__tests__/__image_snapshots__/
35+
# - name: Run Integration Tests
36+
# run: yarn workspace webamp integration-tests
37+
# env:
38+
# CI: true
39+
# - name: Upload Screenshot Diffs
40+
# if: failure()
41+
# uses: actions/upload-artifact@v4
42+
# with:
43+
# name: image_diffs
44+
# path: packages/webamp/js/__tests__/__image_snapshots__/__diff_output__/
45+
# - name: Generate New Screenshots
46+
# if: failure()
47+
# run: |
48+
# yarn workspace webamp integration-tests -u
49+
# - name: Upload New Screenshots
50+
# if: failure()
51+
# uses: actions/upload-artifact@v4
52+
# with:
53+
# name: new_images
54+
# path: packages/webamp/js/__tests__/__image_snapshots__/
5555
main-release:
5656
name: Publish to NPM
5757
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)